aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJ08nY2021-04-10 14:54:57 +0200
committerJ08nY2021-04-10 15:00:08 +0200
commit5ed1f3f15acb12617dc7da25ec2642a0f70cbf12 (patch)
tree45e8797a479f8db9b8d02019bc03482685cde972 /test/Makefile
parent7e3be900daaae1586ac4a53192dfc7bcc18da34e (diff)
downloadecgen-5ed1f3f15acb12617dc7da25ec2642a0f70cbf12.tar.gz
ecgen-5ed1f3f15acb12617dc7da25ec2642a0f70cbf12.tar.zst
ecgen-5ed1f3f15acb12617dc7da25ec2642a0f70cbf12.zip
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 4f495d9..e5fdfd3 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -10,7 +10,7 @@ test: ecgen
unittest: unit ecgen
unit:
- cd lib/criterion && mkdir -p build && cd build && cmake .. >/dev/null && cmake --build . >/dev/null
+ ./criterion.sh
+$(MAKE) -C src all
ecgen: