summaryrefslogtreecommitdiff
path: root/test/coq/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/coq/run_tests.sh')
-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 db73580f..da6bce69 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/theories"
+BBVDIR="$DIR/../../../bbv/src/bbv"
RED='\033[0;31m'
GREEN='\033[0;32m'