mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
Cmake export tests: Removed unneded parameter
This commit is contained in:
parent
2c602ab051
commit
72812a2054
@ -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}})
|
||||
|
Loading…
Reference in New Issue
Block a user