Closed riebl closed 3 years ago
Let me briefly outline the setup:
tests/CMakeLists.txt
add_test
RunTestSuite.cmake
tests/find-omnetpp/CMakeLists.txt
FindOmnetPP.cmake
find_package
Dockerfile
Any feedback is highly appreciated.
Let me briefly outline the setup:
tests/CMakeLists.txt
defines the OmnetppCmakeTests projectadd_test
add_test
employsRunTestSuite.cmake
to run a test suite, which is an CMake project itself, as a separate processtests/find-omnetpp/CMakeLists.txt
is an example of a test suite that exercisesFindOmnetPP.cmake
via afind_package
callFindOmnetPP.cmake
found the expected OMNeT++ installationDockerfile
)Any feedback is highly appreciated.