Skip to content

Commit

Permalink
Also generate protobuf files first for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Sep 5, 2023
1 parent 95fdfe4 commit 07ed2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $(OBJ_GENERATED) : $(SRC_GENERATED) $(OBJDIR)
all: $(SRC_GENERATED)
make $(BIN_ALL) docs

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

coverage: CXXFLAGS += --coverage
Expand Down

0 comments on commit 07ed2d9

Please sign in to comment.