aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
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.build
parentec043e65c084a86594fb815eb65b2734b87018e2 (diff)
parentd0243311634a8d6fa77fb2d0bb36eab96186a605 (diff)
Merge PR #6808: Add unit tests to test-suite
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build
index ffe6057574..179ca28b6c 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -89,6 +89,7 @@ byte: coqbyte coqide-byte pluginsbyte printers
MLFILES := $(MLSTATICFILES) $(GENMLFILES) $(ML4FILES:.ml4=.ml)
include Makefile.common
+include Makefile.vofiles
include Makefile.doc ## provides the 'documentation' rule
include Makefile.checker
include Makefile.ide ## provides the 'coqide' rule