aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-02-23 18:55:32 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2021-02-23 18:55:32 +0100
commitf48ca6bde2cd2940e0e0051e36953717470f269a (patch)
tree9a3866d6b113ecdefe60bdf2c21d2c1a6729a026 /unit-tests
parent933398c04de8ef2f19bf5abd55e1f920191da1b2 (diff)
downloadsmtcoq-f48ca6bde2cd2940e0e0051e36953717470f269a.tar.gz
smtcoq-f48ca6bde2cd2940e0e0051e36953717470f269a.zip
Batch parallelism
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/Makefile b/unit-tests/Makefile
index 4820887..db28f4a 100644
--- a/unit-tests/Makefile
+++ b/unit-tests/Makefile
@@ -45,7 +45,7 @@ logs: $(OBJ)
parallel: Tests_zchaff_tactics.vio Tests_verit_tactics.vio Tests_lfsc_tactics.vio
- coqtop -schedule-vio-checking 3 Tests_zchaff_tactics Tests_verit_tactics Tests_lfsc_tactics
+ coqc -schedule-vio-checking 3 Tests_zchaff_tactics Tests_verit_tactics Tests_lfsc_tactics
clean: cleanvo