### dtkSetTestEnvironment.cmake.in --- ## ## Author: Julien Wintz ## ###################################################################### # # TEST_INCLUDE_FILE for use with tests. # Sets the PATH environment so that dlls are found. # # Choose a configuration with which to drive CTest tests. set(PATHS_FOR_TESTS "$ENV{PATH}") if(Darwin STREQUAL Windows) list(APPEND PATHS_FOR_TESTS "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/dtk/bin/Release") list(APPEND PATHS_FOR_TESTS "/Volumes/Data/Qt5.15/5.15.2/clang_64/bin") endif() set(ENV{PATH} "${PATHS_FOR_TESTS}")