diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-01 17:59:18 +0200 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-01 17:59:18 +0200 |
| commit | c3f3c6643ff90a5368a387367dce61d27428f42a (patch) | |
| tree | f1360ad2ab7c025ad49cf065cbb0c6e4a2e1ef60 | |
| parent | 801147a0b2da015bc33afbbe110fe634d2645b9a (diff) | |
| download | lanes-c3f3c6643ff90a5368a387367dce61d27428f42a.tar.gz lanes-c3f3c6643ff90a5368a387367dce61d27428f42a.tar.bz2 lanes-c3f3c6643ff90a5368a387367dce61d27428f42a.zip | |
Enable running tests from the Makefile
It looks like there is still a crash. Will investigate later.
| -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 |
