Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 2d887ee

Browse files
[cmake] Add restart_interpreter to pass tests.
Is anyone who tried the tests before ?
1 parent 793d946 commit 2d887ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unitTesting/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ ADD_CUSTOM_COMMAND(TARGET interpreter-test-runfile POST_BUILD
4343
${CMAKE_BINARY_DIR}/unitTesting
4444
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/unitTesting/test_python-syntax_error.py
4545
${CMAKE_BINARY_DIR}/unitTesting
46+
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/unitTesting/test_python-restart_interpreter.py
47+
${CMAKE_BINARY_DIR}/unitTesting
48+
4649
)
4750

0 commit comments

Comments
 (0)