ee3958f971
Incomplete, but the goal is to stess the Nasal GC system by creating and destroying large number of objects continously.
14 lines
363 B
CMake
14 lines
363 B
CMake
set(TESTSUITE_SOURCES
|
|
${TESTSUITE_SOURCES}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/TestSuite.cxx
|
|
${CMAKE_CURRENT_SOURCE_DIR}/testNasalSys.cxx
|
|
${CMAKE_CURRENT_SOURCE_DIR}/testGC.cxx
|
|
PARENT_SCOPE
|
|
)
|
|
|
|
set(TESTSUITE_HEADERS
|
|
${TESTSUITE_HEADERS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/testNasalSys.hxx
|
|
${CMAKE_CURRENT_SOURCE_DIR}/testGC.hxx
|
|
PARENT_SCOPE
|
|
)
|