Skip to content

Commit

Permalink
- minor unittest.mk fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyp11 committed Jun 4, 2017
1 parent b5c0ff7 commit 7158cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/unittest.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ TEST_GEN:

ifneq ($(filter $(BRIEF), $(TRUE)),) # check if compile message should be output, BRIEF means no
check:
$(MAKE) TEST_GEN > /dev/null
@$(MAKE) TEST_GEN > /dev/null
@printf "Running test binaries \n\n"
-$(foreach bin, $(TEST_BINARIES), ./$(bin) ; )
@printf "\nDone running tests\n"
$(MAKE) cleantest > /dev/null
@$(MAKE) cleantest > /dev/null
else
check: TEST_GEN
@printf "Running test binaries \n\n"
Expand Down

0 comments on commit 7158cfe

Please sign in to comment.