Skip to content
Snippets Groups Projects
Commit 2d887ee4 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[cmake] Add restart_interpreter to pass tests.

Is anyone who tried the tests before ?
parent 793d9462
No related branches found
No related tags found
No related merge requests found
...@@ -43,5 +43,8 @@ ADD_CUSTOM_COMMAND(TARGET interpreter-test-runfile POST_BUILD ...@@ -43,5 +43,8 @@ ADD_CUSTOM_COMMAND(TARGET interpreter-test-runfile POST_BUILD
${CMAKE_BINARY_DIR}/unitTesting ${CMAKE_BINARY_DIR}/unitTesting
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/unitTesting/test_python-syntax_error.py COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/unitTesting/test_python-syntax_error.py
${CMAKE_BINARY_DIR}/unitTesting ${CMAKE_BINARY_DIR}/unitTesting
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/unitTesting/test_python-restart_interpreter.py
${CMAKE_BINARY_DIR}/unitTesting
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment