summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-07-01 15:10:37 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-07-01 15:10:37 -0400
commitfde6986e4355f8244b04892a96f2cc224f02769f (patch)
tree2c0f07cf12f97ff3b0a828987315526e187ffd5f /contrib
parent8ad7662ef9676f895c1a1ca2ff07a264bee28d24 (diff)
Fix path in CASC J7 scripts, and distribute them with tarball.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am5
-rwxr-xr-xcontrib/run-script-cascj7-fnt2
-rwxr-xr-xcontrib/run-script-cascj7-fof2
-rwxr-xr-xcontrib/run-script-cascj7-tff2
4 files changed, 7 insertions, 4 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index b707a9140..ad3b6f220 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -13,7 +13,10 @@ EXTRA_DIST = \
get-antlr-3.4 \
mac-build \
win32-build \
- run-script-smtcomp2012 \
+ run-script-smtcomp2014 \
+ run-script-cascj7-fnt \
+ run-script-cascj7-fof \
+ run-script-cascj7-tff \
theoryskel/kinds \
theoryskel/README.WHATS-NEXT \
theoryskel/theory_DIR.cpp \
diff --git a/contrib/run-script-cascj7-fnt b/contrib/run-script-cascj7-fnt
index 2c9c6b76f..e3ad1a2ff 100755
--- a/contrib/run-script-cascj7-fnt
+++ b/contrib/run-script-cascj7-fnt
@@ -1,6 +1,6 @@
#!/bin/bash
-cvc4=cvc4
+cvc4=./cvc4
bench="$1"
file=${bench##*/}
diff --git a/contrib/run-script-cascj7-fof b/contrib/run-script-cascj7-fof
index 524a18549..fb2ca33eb 100755
--- a/contrib/run-script-cascj7-fof
+++ b/contrib/run-script-cascj7-fof
@@ -1,6 +1,6 @@
#!/bin/bash
-cvc4=cvc4
+cvc4=./cvc4
bench="$1"
file=${bench##*/}
diff --git a/contrib/run-script-cascj7-tff b/contrib/run-script-cascj7-tff
index 692cf8875..11350cd7e 100755
--- a/contrib/run-script-cascj7-tff
+++ b/contrib/run-script-cascj7-tff
@@ -1,6 +1,6 @@
#!/bin/bash
-cvc4=cvc4
+cvc4=./cvc4
bench="$1"
file=${bench##*/}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback