aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-05-17 13:56:22 +0200
committerGaëtan Gilbert2018-05-17 13:56:22 +0200
commit330398144ef9996429b3c66b32c6479bb8be896c (patch)
tree67176c82ef88cdc7655c5a88a8bf51da8042ded7 /Makefile
parentec043e65c084a86594fb815eb65b2734b87018e2 (diff)
parentd0243311634a8d6fa77fb2d0bb36eab96186a605 (diff)
Merge PR #6808: Add unit tests to test-suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 793afb661e..f914de5a61 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ FIND_SKIP_DIRS:='(' \
-name '_build_ci' -o \
-name '_install_ci' -o \
-name 'user-contrib' -o \
- -name 'coq-makefile' -o \
+ -name 'test-suite' -o \
-name '.opamcache' -o \
-name '.coq-native' \
')' -prune -o