diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-08-09 21:29:45 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-08-09 21:29:45 +0100 |
commit | 33b7c33ab447a0463e414c6cf8f9a2cd2d047a20 (patch) | |
tree | baeaae3eca65536bbe17ad9fe196c7383eafd4da /test/test_spec | |
parent | 231beb5c3fc50f40e31b9e00237c67f267188057 (diff) |
added more tests about basic scorsh setup
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 \ " |