diff options
| author | J08nY | 2017-08-29 14:38:17 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-29 14:38:17 +0200 |
| commit | 61df4c7b7fe27497cd2076e09f40d8c8a6223ed2 (patch) | |
| tree | ddfe5eb963ea27b589d47acc7d0be5cb2226a6b1 /test/Makefile | |
| parent | b88a3d0cc85c9e0173f945875f74cd9ff5105f16 (diff) | |
| download | ecgen-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/Makefile | 4 |
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 . |
