X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=aa84f9746268eac5be4df004b2c4794835725312;hb=fc8c6be77c0a4f870ced08eabaef73a46a21d769;hp=3c2867a40ac80c51afd62bebace1723bd422f606;hpb=fa953a3d972dcd1422294f6563c052493998a3fa;p=ric-app%2Fmc.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c2867a..aa84f97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,11 +36,17 @@ enable_testing() # cmake cannot set env vars, so we have to passed desired vars on the wrapper command # and assume the wrapper will do the right thing with them. CMake also seems unable # to reference ../dir1/dir2 (../dir1 works), so we have to use the crazy syntax -# with the absurdly long variable name. +# with the absurdly long variable name before the ../. # add_test( NAME drive_listener_tests COMMAND bash run_unit_test.ksh CMBUILD=${CMAKE_CURRENT_BINARY_DIR} - WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../sidecars/listener + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../sidecars/listener/test +) + +# the listener application tests for sonar reports +add_test( + NAME drive_mcl_app_tests + COMMAND bash run_app_tests.ksh CMBUILD=${CMAKE_CURRENT_BINARY_DIR} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../sidecars/listener/test ) - #WORKING_DIRECTORY ../sidecars/listener