Skip to content

Commit 9ec728e

Browse files
committed
done
1 parent 264fba3 commit 9ec728e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ macro(RUN)
109109

110110
add_test(${name} python ${CMAKE_CURRENT_SOURCE_DIR}/${name}.py)
111111
set_tests_properties(${name} PROPERTIES
112-
ENVIRONMENT "PYTHONPATH=${CMAKE_SOURCE_DIR}/../src/runtime/ltypes;LPYTHON_PY_MOD_NAME=${PY_MOD};LPYTHON_PY_MOD_PATH=${CMAKE_CURRENT_BINARY_DIR}")
112+
ENVIRONMENT "PYTHONPATH=${CMAKE_SOURCE_DIR}/../src/runtime/ltypes:${CMAKE_SOURCE_DIR}/..;LPYTHON_PY_MOD_NAME=${PY_MOD};LPYTHON_PY_MOD_PATH=${CMAKE_CURRENT_BINARY_DIR}")
113113
if (RUN_LABELS)
114114
set_tests_properties(${name} PROPERTIES LABELS "${RUN_LABELS}")
115115
endif()

0 commit comments

Comments
 (0)