diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ build_DUE: | |||
79 | # also run a test that shows whether lanes is successfully loaded or not | 79 | # also run a test that shows whether lanes is successfully loaded or not |
80 | run_unit_tests: build_lanes build_unit_tests build_DUE | 80 | run_unit_tests: build_lanes build_unit_tests build_DUE |
81 | @echo ========================================================================================= | 81 | @echo ========================================================================================= |
82 | $(_PREFIX) $(_UNITTEST_TARGET) "lanes.require 'lanes'" | 82 | $(_PREFIX) $(_UNITTEST_TARGET) -s |
83 | 83 | ||
84 | clean: | 84 | clean: |
85 | cd src && $(MAKE) -f Lanes.makefile clean | 85 | cd src && $(MAKE) -f Lanes.makefile clean |