#################### #################### 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_dev HOST herbert thor arzach bond cadeau banana CMD test2.7 RUN "test_rt dev 2.7" AFTER stamp/dev AFTER test_setup/okify AFTER test_setup/* TABLE test_run_dev HOST arzach CMD test2.6 RUN "test_rt dev 2.6" AFTER stamp/dev AFTER test2.7 CMD test2.5 RUN "test_rt dev 2.5" AFTER stamp/dev AFTER test2.6 TABLE test_run_dev HOST thor CMD contact RUN "test_contact" AFTER stamp/dev AFTER test2.7 TABLE test_import HOST ssb CMD dev.import RUN "test_import irafdev" AFTER *:test_run_dev/* AFTER *:pyetc/* CMD dev.expect RUN "test_expected irafdev" AFTER test_import/dev.import