diff options
Diffstat (limited to 'sm/test_x.sm')
| -rw-r--r-- | sm/test_x.sm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sm/test_x.sm b/sm/test_x.sm new file mode 100644 index 0000000..be22da3 --- /dev/null +++ b/sm/test_x.sm @@ -0,0 +1,22 @@ +#################### +#################### +IMPORT "test_common.sm" + +# This structure is meant to serialize the regtests so that nothing else +# is going on at the same time. The regtests can consume all the CPUs. +TABLE test_run_x HOST herbert thor arzach bond cadeau banana + CMD test2.7 RUN "test_rt x 2.7" + AFTER test_setup/okify + AFTER test_setup/* + AFTER OPT test_run_dev/* + +TABLE test_run_x HOST arzach + CMD test2.6 RUN "test_rt x 2.6" + AFTER test2.7 + CMD test2.5 RUN "test_rt x 2.5" + AFTER test2.6 + +TABLE test_run_x HOST thor + CMD contact RUN "test_contact" + AFTER test2.7 + |
