Skip to content

Commit

Permalink
Re-added test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Sep 7, 2023
1 parent 4de6e04 commit bed96c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ $(OBJ_GENERATED) : $(SRC_GENERATED) $(OBJDIR)
all: $(SRC_GENERATED) $(BIN_ALL) docs

test: $(SRC_GENERATED) $(BINDIR)/$(PISCSI_TEST)
$(BINDIR)/$(PISCSI_TEST)

coverage: CXXFLAGS += --coverage
coverage: test
Expand Down

0 comments on commit bed96c6

Please sign in to comment.