Skip to content

Commit

Permalink
Fixed Makefile tests target
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubanek committed Sep 1, 2024
1 parent b66544d commit 7058628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ src/%.cpp.o: src/%.cpp
$(MAKE) -C src $(patsubst src/%,%,$@)

tests: tests/Makefile tests/*.cpp
@${MAKE} -C SIMULATOR=1 tests
@${MAKE} -C tests SIMULATOR=1

run_tests: tests
@${MAKE} -C tests run

junit: tests
@${MAKE} -C SIMULATOR=1 tests junit
@${MAKE} -C tests junit SIMULATOR=1

doc:
${co}doxygen Doxyfile
Expand Down

0 comments on commit 7058628

Please sign in to comment.