c9122ff84b
This required many time related include files, functions, and variables to be tested for via CMake, and converted to macros via #cmakedefine, so that they would be automatically set for the test-mktime.cxx file.
12 lines
275 B
CMake
12 lines
275 B
CMake
set(TESTSUITE_SOURCES
|
|
${TESTSUITE_SOURCES}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/TestSuite.cxx
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-mktime.cxx
|
|
PARENT_SCOPE
|
|
)
|
|
|
|
set(TESTSUITE_HEADERS
|
|
${TESTSUITE_HEADERS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-mktime.hxx
|
|
PARENT_SCOPE
|
|
)
|