Cmake export tests: Removed unneded parameter

This commit is contained in:
Kornel Benko 2015-11-25 10:17:46 +01:00
parent 2c602ab051
commit 72812a2054

View File

@ -198,10 +198,10 @@ macro(loadTestList filename resList)
endforeach()
endmacro()
loadTestList(revertedTests revertedTests new_labels)
loadTestList(ignoredTests ignoredTests new_labels)
loadTestList(suspendedTests suspendedTests new_labels)
loadTestList(unreliableTests unreliableTests new_labels)
loadTestList(revertedTests revertedTests)
loadTestList(ignoredTests ignoredTests)
loadTestList(suspendedTests suspendedTests)
loadTestList(unreliableTests unreliableTests)
macro(handlesuspended TestName reverted testlabel)
set(mylabel ${${testlabel}})