mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +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()
|
endforeach()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
loadTestList(revertedTests revertedTests new_labels)
|
loadTestList(revertedTests revertedTests)
|
||||||
loadTestList(ignoredTests ignoredTests new_labels)
|
loadTestList(ignoredTests ignoredTests)
|
||||||
loadTestList(suspendedTests suspendedTests new_labels)
|
loadTestList(suspendedTests suspendedTests)
|
||||||
loadTestList(unreliableTests unreliableTests new_labels)
|
loadTestList(unreliableTests unreliableTests)
|
||||||
|
|
||||||
macro(handlesuspended TestName reverted testlabel)
|
macro(handlesuspended TestName reverted testlabel)
|
||||||
set(mylabel ${${testlabel}})
|
set(mylabel ${${testlabel}})
|
||||||
|
Loading…
Reference in New Issue
Block a user