diff options
| author | J08nY | 2018-04-03 22:00:25 +0200 |
|---|---|---|
| committer | J08nY | 2018-04-03 22:00:25 +0200 |
| commit | 71cbaba2fe4f4be9d7531fa901178225d02215b8 (patch) | |
| tree | 700ae5e605a49558ad9003b1661c2bca17f60101 /test | |
| parent | 87172cc5798c4a45a66af054efe5d0258e76a953 (diff) | |
| download | ecgen-71cbaba2fe4f4be9d7531fa901178225d02215b8.tar.gz ecgen-71cbaba2fe4f4be9d7531fa901178225d02215b8.tar.zst ecgen-71cbaba2fe4f4be9d7531fa901178225d02215b8.zip | |
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 13bcd32..502f9cf 100644 --- a/test/Makefile +++ b/test/Makefile @@ -23,5 +23,8 @@ clean-all: cd lib/criterion && rm -rf build +$(MAKE) -C src clean-all +clean-cov: + +$(MAKE) -C src clean-cov + format: +$(MAKE) -C src format
\ No newline at end of file |
