summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/CTestCustom.ctest.in
blob: fd93ab6c68b1ee11ab3cd028893b9cc17683b2f5 (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
# 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
	"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"
)