CTest specs unit test bugfix
This commit is contained in:
parent
1365c6f804
commit
8eebaa1d81
@ -44,6 +44,7 @@ file(GLOB specs_files RELATIVE
|
||||
foreach(specs_file ${specs_files})
|
||||
list(APPEND specsargs "-S${specs_file}")
|
||||
string(REGEX REPLACE "\\.json" "" test_name "${specs_file}")
|
||||
string(REGEX REPLACE "~" "" test_name "${test_name}")
|
||||
list(APPEND tests "specs_${test_name}")
|
||||
endforeach(specs_file)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user