Skip to content

Commit

Permalink
systemtests: fix python-dir-plugin-test
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Feb 21, 2020
1 parent c7927c8 commit 053ef33
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions systemtests/CMakeLists.txt
Expand Up @@ -461,9 +461,13 @@ else() # run systemtests on source and compiled files

get_target_property(FD_PLUGINS_DIR_TO_TEST bpipe-fd BINARY_DIR)
get_target_property(SD_PLUGINS_DIR_TO_TEST autoxflate-sd BINARY_DIR)
get_target_property(DIR_PLUGINS_DIR_TO_TEST python-dir BINARY_DIR)
get_target_property(BACKEND_DIR_TO_TEST bareoscats BINARY_DIR)
if(TARGET python-dir)
get_target_property(DIR_PLUGINS_DIR_TO_TEST python-dir BINARY_DIR)
else()
set(DIR_PLUGINS_DIR_TO_TEST ${CMAKE_BINARY_DIR}/core/src/plugins/dird)
endif()

get_target_property(BACKEND_DIR_TO_TEST bareoscats BINARY_DIR)
set(SCRIPTS_DIR_TO_TEST ${CMAKE_BINARY_DIR}/core/scripts)
set(WEBUI_PUBLIC_DIR_TO_TEST ${PROJECT_SOURCE_DIR}/../webui/public)

Expand Down

0 comments on commit 053ef33

Please sign in to comment.