Invocation of SMT module

This commit is contained in:
Artur Meski
2019-09-22 16:23:27 +01:00
parent a30b5da6d8
commit a16a5cd030

View File

@@ -3,7 +3,8 @@
mode="$1"
shift
REACTICS_BDD="./reactics-bdd"
REACTICS_BDD="$(pwd)/reactics-bdd"
REACTICS_SMT="$(pwd)/reactics-smt"
if [[ "$mode" == "bdd" ]]
then
@@ -19,7 +20,8 @@ then
elif [[ "$mode" == "smt" ]]
then
echo "SMT"
export PYTHONPATH="$PYTHONPATH:$REACTICS_SMT"
python3 $*
elif [[ "$mode" == "setup" ]]
then