diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-05 20:09:09 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-05 20:09:09 +0100 |
| commit | d1aaa9264089fa64a98eecef09aa4a5d9773e345 (patch) | |
| tree | aece8dd4dfc27e0368c9f2370d89caddedac6d4d /Makefile | |
| parent | 0c9a5d0e5c1702d07b24eeac181f78d1689c05cc (diff) | |
| download | nissy-core-d1aaa9264089fa64a98eecef09aa4a5d9773e345.tar.gz nissy-core-d1aaa9264089fa64a98eecef09aa4a5d9773e345.zip | |
make test improvements
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ clean: | |||
| 12 | rm -rf *.o | 12 | rm -rf *.o |
| 13 | 13 | ||
| 14 | test: debugcube.o | 14 | test: debugcube.o |
| 15 | CUBETYPE=${CUBETYPE} ./test/test.sh | 15 | CUBETYPE=${CUBETYPE} TEST=${TEST} ./test/test.sh |
| 16 | 16 | ||
| 17 | benchmark: cube.o | 17 | benchmark: cube.o |
| 18 | CUBETYPE=${CUBETYPE} ./benchmark/bench.sh | 18 | CUBETYPE=${CUBETYPE} ./benchmark/bench.sh |
