summaryrefslogtreecommitdiff
path: root/test/coq
diff options
context:
space:
mode:
authorBrian Campbell2018-07-07 16:37:00 +0100
committerBrian Campbell2018-07-07 16:41:25 +0100
commit5ee9dfaf970de672aa379ea466bf48292bcd41cf (patch)
tree3847876491268d86e7e94b0c47232a596fecb851 /test/coq
parent979d88fec8a5c611ee61be15ce45ae81b4a52317 (diff)
Coq: bbv have reorganised their repository
Diffstat (limited to 'test/coq')
-rwxr-xr-xtest/coq/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/coq/run_tests.sh b/test/coq/run_tests.sh
index 2be5e535..5a723a06 100755
--- a/test/coq/run_tests.sh
+++ b/test/coq/run_tests.sh
@@ -5,7 +5,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SAILDIR="$DIR/../.."
TYPECHECKTESTSDIR="$DIR/../typecheck/pass"
EXTRATESTSDIR="$DIR/pass"
-BBVDIR="$DIR/../../../bbv"
+BBVDIR="$DIR/../../../bbv/theories"
RED='\033[0;31m'
GREEN='\033[0;32m'