Tests: Move IfacePaths test stderr files.
Rename the files with a property-specific name, so that additional properties can be easily tested.
This commit is contained in:
parent
d9f8390db6
commit
736bcb9664
|
@ -2,6 +2,7 @@ include(RunCMake)
|
||||||
|
|
||||||
macro(run_cmake test)
|
macro(run_cmake test)
|
||||||
list(APPEND RunCMake_TEST_OPTIONS -DTEST_PROP=${TEST_PROP})
|
list(APPEND RunCMake_TEST_OPTIONS -DTEST_PROP=${TEST_PROP})
|
||||||
|
set(RunCMake-stderr-file ${test}-stderr_${TEST_PROP}.txt)
|
||||||
_run_cmake(${test})
|
_run_cmake(${test})
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue