X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Ftest%2Fcal_module_test%2FCMakeLists.txt;h=f23e311106ae4a7386865f06e0987d4586c8c361;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=f637c28b33320a7b6b6ccff48a24dd9843da6604;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwcal/test/cal_module_test/CMakeLists.txt b/rwcal/test/cal_module_test/CMakeLists.txt index f637c28b..f23e3111 100644 --- a/rwcal/test/cal_module_test/CMakeLists.txt +++ b/rwcal/test/cal_module_test/CMakeLists.txt @@ -23,19 +23,22 @@ install( PROGRAMS cal_module_test DESTINATION usr/rift/systemtest/cal_module_test - COMPONENT ${PKG_LONG_NAME}) + COMPONENT ${INSTALL_COMPONENT} + ) install( FILES pytest/conftest.py pytest/cal_module_test.py DESTINATION usr/rift/systemtest/cal_module_test/pytest - COMPONENT ${PKG_LONG_NAME}) + COMPONENT ${INSTALL_COMPONENT} + ) install( FILES racfg/cal_module_test.racfg DESTINATION usr/rift/systemtest/cal_module_test - COMPONENT ${PKG_LONG_NAME}) + COMPONENT ${INSTALL_COMPONENT} + )