diff options
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 2 |
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: |
