aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJ08nY2018-04-03 22:00:25 +0200
committerJ08nY2018-04-03 22:00:25 +0200
commit71cbaba2fe4f4be9d7531fa901178225d02215b8 (patch)
tree700ae5e605a49558ad9003b1661c2bca17f60101 /test
parent87172cc5798c4a45a66af054efe5d0258e76a953 (diff)
downloadecgen-71cbaba2fe4f4be9d7531fa901178225d02215b8.tar.gz
ecgen-71cbaba2fe4f4be9d7531fa901178225d02215b8.tar.zst
ecgen-71cbaba2fe4f4be9d7531fa901178225d02215b8.zip
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
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