aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJ08nY2017-08-29 14:38:17 +0200
committerJ08nY2017-08-29 14:38:17 +0200
commit61df4c7b7fe27497cd2076e09f40d8c8a6223ed2 (patch)
treeddfe5eb963ea27b589d47acc7d0be5cb2226a6b1 /test/Makefile
parentb88a3d0cc85c9e0173f945875f74cd9ff5105f16 (diff)
downloadecgen-61df4c7b7fe27497cd2076e09f40d8c8a6223ed2.tar.gz
ecgen-61df4c7b7fe27497cd2076e09f40d8c8a6223ed2.tar.zst
ecgen-61df4c7b7fe27497cd2076e09f40d8c8a6223ed2.zip
Add Makefiles and CMakelists for tests.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index abb836f..8c5fd8b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -5,7 +5,9 @@
#
####
-test: unit ecgen econvert
+test: ecgen econvert
+
+unittest: unit ecgen econvert
unit:
cd lib/criterion && mkdir -p build && cd build && cmake .. && cmake --build .