summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/CTestCustom.ctest.in
blob: 098e4e2ccb20528151acaa8822ba3801aa8587f3 (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
	"ecma/test178.scxml"
	"ecma/test230.scxml"
	"ecma/test250.scxml"
	"ecma/test307.scxml"
	"ecma/test313.scxml"
	"ecma/test314.scxml"
)