Merge topic 'MakeSquish4Work'

b58fd65 Squish: fix new squish_v4_add_test() macro
This commit is contained in:
Brad King 2012-11-13 14:31:26 -05:00 committed by CMake Topic Stage
commit 10fd4c9352
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ function(SQUISH_V4_ADD_TEST testName)
get_target_property(testAUTLocation ${_SQUISH_AUT} LOCATION)
get_filename_component(testAUTDir ${testAUTLocation} PATH)
get_target_property(testAUTName ${_SQUISH_AUT} OUTPUT_NAME)
get_filename_component(testAUTName ${testAUTLocation} NAME)
get_filename_component(absTestSuite "${_SQUISH_SUITE}" ABSOLUTE)
if(NOT EXISTS "${absTestSuite}")