We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1959755 commit 44f7e80Copy full SHA for 44f7e80
test/CMakeLists.txt
@@ -4,7 +4,6 @@ endif()
4
5
function(add_pato_tests
6
MODE
7
- LABEL
8
EXTRA_ARGS
9
LENGTH_ARGS
10
ERROR_ARGS
@@ -33,7 +32,7 @@ function(add_pato_tests
33
32
34
set_tests_properties(${test_name}
35
PROPERTIES
36
- LABELS "PATO;${LABEL}")
+ LABELS PATO)
37
38
math(EXPR counter "${counter} + 1")
39
endforeach()
@@ -45,7 +44,6 @@ function(add_pato_tests
45
44
endfunction()
46
47
add_pato_tests(
48
- tfo
49
tfo
50
""
51
" ;-l 10 -L 14"
@@ -56,7 +54,6 @@ add_pato_tests(
56
54
" ;-po on")
57
55
58
59
- tts
60
tts
61
"-cs 6"
62
@@ -67,7 +64,6 @@ add_pato_tests(
67
64
68
65
69
66
70
- tpx
71
tpx
72
"-cs 4"
73
0 commit comments