Invocation of SMT module
This commit is contained in:
8
reactics
8
reactics
@@ -3,7 +3,8 @@
|
|||||||
mode="$1"
|
mode="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
REACTICS_BDD="./reactics-bdd"
|
REACTICS_BDD="$(pwd)/reactics-bdd"
|
||||||
|
REACTICS_SMT="$(pwd)/reactics-smt"
|
||||||
|
|
||||||
if [[ "$mode" == "bdd" ]]
|
if [[ "$mode" == "bdd" ]]
|
||||||
then
|
then
|
||||||
@@ -18,8 +19,9 @@ then
|
|||||||
|
|
||||||
elif [[ "$mode" == "smt" ]]
|
elif [[ "$mode" == "smt" ]]
|
||||||
then
|
then
|
||||||
|
|
||||||
echo "SMT"
|
export PYTHONPATH="$PYTHONPATH:$REACTICS_SMT"
|
||||||
|
python3 $*
|
||||||
|
|
||||||
elif [[ "$mode" == "setup" ]]
|
elif [[ "$mode" == "setup" ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user