aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-05 20:09:09 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-05 20:09:09 +0100
commitd1aaa9264089fa64a98eecef09aa4a5d9773e345 (patch)
treeaece8dd4dfc27e0368c9f2370d89caddedac6d4d /Makefile
parent0c9a5d0e5c1702d07b24eeac181f78d1689c05cc (diff)
downloadnissy-core-d1aaa9264089fa64a98eecef09aa4a5d9773e345.tar.gz
nissy-core-d1aaa9264089fa64a98eecef09aa4a5d9773e345.zip
make test improvements
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09967ea..4afb030 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ clean:
12 rm -rf *.o 12 rm -rf *.o
13 13
14test: debugcube.o 14test: debugcube.o
15 CUBETYPE=${CUBETYPE} ./test/test.sh 15 CUBETYPE=${CUBETYPE} TEST=${TEST} ./test/test.sh
16 16
17benchmark: cube.o 17benchmark: cube.o
18 CUBETYPE=${CUBETYPE} ./benchmark/bench.sh 18 CUBETYPE=${CUBETYPE} ./benchmark/bench.sh

Generated with cgit - Back to sebastiano.tronto.net