blob: 2b2c6503c69303af296437e584da6312ff5b4b5a [file] [log] [blame]
# Tests defined in this directory
set(ROLLING_TESTS
filenamepatterntestcase
filterbasedrollingtest
manualrollingtest
obsoletedailyrollingfileappendertest
obsoleterollingfileappendertest
sizebasedrollingtest
timebasedrollingtest
)
foreach(fileName IN LISTS ROLLING_TESTS)
add_executable(${fileName} "${fileName}.cpp")
endforeach()
set(ALL_LOG4CXX_TESTS ${ALL_LOG4CXX_TESTS} ${ROLLING_TESTS} PARENT_SCOPE)