1
0
Fork 0
flightgear/test_suite/unit_tests/Scripting/CMakeLists.txt
James Turner ee3958f971 Skeleton work on Nasal GC test
Incomplete, but the goal is to stess the Nasal GC system by creating
and destroying large number of objects continously.
2020-05-06 15:20:26 +01:00

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
)