diff options
Diffstat (limited to 'sm/test_common.sm')
-rw-r--r-- | sm/test_common.sm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sm/test_common.sm b/sm/test_common.sm new file mode 100644 index 0000000..50b04cf --- /dev/null +++ b/sm/test_common.sm @@ -0,0 +1,16 @@ +TABLE test_setup HOST herbert thor arzach bond cadeau banana + CMD okify RUN "test_okify" + AFTER distribute/* + +# each of test_run_* says AFTER test_setup/* + +TABLE test_final HOST ssb + CMD import RUN "test_import daily" + AFTER *:test_run_*/* + CMD notify RUN "test_notify daily" + AFTER import + CMD sqlite_watch RUN "test_sqlite_watch" + AFTER import + CMD mysql_watch RUN "test_mysql_watch" + AFTER import + |