summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/CTestCustom.ctest.in
blob: 480cb18ea8267f496d5dcfe85bc10ea460afb340 (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# grep -ori 'datamodel="xpath' .
# skip xpath datamodel tests

# grep -ori 'manual' .
# manual tests

# grep -ori 'datamodel="null' .
# skip xpath datamodel tests

set(CTEST_CUSTOM_TESTS_IGNORE
	"test463.scxml"
	"test464.scxml"
	"test465.scxml"
	"test466.scxml"
	"test467.scxml"
	"test468.scxml"
	"test469.scxml"
	"test470.scxml"
	"test473.scxml"
	"test474.scxml"
	"test475.scxml"
	"test476.scxml"
	"test477.scxml"
	"test478.scxml"
	"test479.scxml"
	"test480.scxml"
	"test481.scxml"
	"test482.scxml"
	"test537.scxml"
	"test539.scxml"
	"test540.scxml"
	"test542.scxml"
	"test544.scxml"
	"test546.scxml"
	"test547.scxml"
	"test555.scxml"
	"test568.scxml"
	"test178.scxml"
	"test230.scxml"
	"test250.scxml"
	"test307.scxml"
	"test313.scxml"
	"test314.scxml"
	"test436.scxml"
)