diff options
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 10de2dc..abb836f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,7 +5,11 @@ # #### -test: ecgen econvert +test: unit ecgen econvert + +unit: + cd lib/criterion && mkdir -p build && cd build && cmake .. && cmake --build . + $(MAKE) -C src all ecgen: ./ecgen.sh |
