aboutsummaryrefslogtreecommitdiff
path: root/sm/test_dev.sm
blob: f575e4c751c033eb51ebc64688cd137c15342b69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
####################
####################

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