8428cd2a44
Revert this change - I will re-add the unit-tests again, but we need
a different approach for 8.3 stations, than what I did here.
This reverts commit 91cc83abb5
.
12 lines
279 B
CMake
12 lines
279 B
CMake
set(TESTSUITE_SOURCES
|
|
${TESTSUITE_SOURCES}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/TestSuite.cxx
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_navRadio.cxx
|
|
PARENT_SCOPE
|
|
)
|
|
|
|
set(TESTSUITE_HEADERS
|
|
${TESTSUITE_HEADERS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_navRadio.hxx
|
|
PARENT_SCOPE
|
|
)
|