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:
Stephen Kelly 2014-11-30 13:54:18 +01:00
parent d9f8390db6
commit 736bcb9664
11 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ include(RunCMake)
macro(run_cmake test)
list(APPEND RunCMake_TEST_OPTIONS -DTEST_PROP=${TEST_PROP})
set(RunCMake-stderr-file ${test}-stderr_${TEST_PROP}.txt)
_run_cmake(${test})
endmacro()