summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/CTestCustom.ctest.in
blob: d90a6b60a7338661492d0f89eff8e86f76cfd3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
	"test178.scxml"
	"test230.scxml"
	"test250.scxml"
	"test307.scxml"
	"test313.scxml"
	"test314.scxml"
)