aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/Makefile.test-suite.coq.local
diff options
context:
space:
mode:
authoraffeldt-aist2020-11-26 17:41:23 +0900
committerGitHub2020-11-26 17:41:23 +0900
commit53c0ecb76bb2f5d06a93ec9b2fc8644d258d3fb3 (patch)
tree79002ee09b1489f1f29d67fc18d58991c7ec13aa /mathcomp/Makefile.test-suite.coq.local
parent4153b5eabf27cb36dfb6ce03a0b52fcbfda7145c (diff)
parent9c693eedb8e7e11aeaedbd3ce79a9478b10be7c8 (diff)
Merge pull request #674 from CohenCyril/clean-print-only
Using `only printing` and fixing coercion in notations
Diffstat (limited to 'mathcomp/Makefile.test-suite.coq.local')
-rw-r--r--mathcomp/Makefile.test-suite.coq.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/Makefile.test-suite.coq.local b/mathcomp/Makefile.test-suite.coq.local
index 2de68fc..c9604ab 100644
--- a/mathcomp/Makefile.test-suite.coq.local
+++ b/mathcomp/Makefile.test-suite.coq.local
@@ -1,4 +1,4 @@
-OUTPUT_TESTS=test_suite/output.v
+OUTPUT_TESTS=test_suite/output.v test_suite/imset2_finset.v test_suite/imset2_gproduct.v
OUTPUT_ARTIFACTS=$(OUTPUT_TESTS:%.v=%.v.out.new)