diff options
Diffstat (limited to 'test/test_spec')
-rw-r--r-- | test/test_spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_spec b/test/test_spec index ba0ba55..f085e9f 100644 --- a/test/test_spec +++ b/test/test_spec @@ -20,7 +20,10 @@ LOCAL_REPO=$(realpath "./testbed_repo") TESTS="\ -./create_testbed.sh \ +./create_testbed.sh \ +./configure_app.sh \ +./start_scorsh.sh \ +./stop_scorsh.sh \ ./destroy_testbed.sh \ " |