diff options
Diffstat (limited to 'contrib/ctest/tests/xpath.ctest')
-rw-r--r-- | contrib/ctest/tests/xpath.ctest | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/ctest/tests/xpath.ctest b/contrib/ctest/tests/xpath.ctest index 5ebd47a..5e0e1dc 100644 --- a/contrib/ctest/tests/xpath.ctest +++ b/contrib/ctest/tests/xpath.ctest @@ -1,2 +1,4 @@ set(CTEST_BUILD_OPTIONS "-DRUN_W3C_XPATH_TESTS:BOOL=ON -DENABLE_GCOV:BOOL=ON") -set(CTEST_BUILD_NAME "${CTEST_BUILD_NAME} - xpath")
\ No newline at end of file +set(CTEST_BUILD_NAME "${CTEST_BUILD_NAME} - xpath") +set(USCXML_INCLUDE_LABEL_REGEX ".*xpath.*") +set(USCXML_EXCLUDE_LABEL_REGEX "") |