File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ endfunction()
70
70
function (add_ydb_test )
71
71
set (opts GTEST )
72
72
set (oneval_args NAME WORKING_DIRECTORY OUTPUT_DIRECTORY )
73
- set (multival_args INCLUDE_DIRS SOURCES LINK_LIBRARIES LABELS )
73
+ set (multival_args INCLUDE_DIRS SOURCES LINK_LIBRARIES LABELS TEST_ARG )
74
74
cmake_parse_arguments (YDB_TEST
75
75
"${opts} "
76
76
"${oneval_args} "
@@ -125,6 +125,8 @@ function(add_ydb_test)
125
125
${YDB_TEST_NAME}
126
126
TEST_TARGET
127
127
${YDB_TEST_NAME}
128
+ TEST_ARG
129
+ ${YDB_TEST_TEST_ARG}
128
130
WORKING_DIRECTORY
129
131
${YDB_TEST_WORKING_DIRECTORY}
130
132
)
@@ -140,6 +142,7 @@ function(add_ydb_test)
140
142
--fork-tests
141
143
--print-times
142
144
--show-fails
145
+ ${YDB_TEST_TEST_ARG}
143
146
WORKING_DIRECTORY
144
147
${YDB_TEST_WORKING_DIRECTORY}
145
148
)
You can’t perform that action at this time.
0 commit comments