This repository was archived by the owner on Apr 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ if(EXAGO_INSTALL_TESTS)
2323 ${RUNCMD}
2424 $<TARGET_FILE :test_scopflow_functionality >
2525 ${CMAKE_CURRENT_SOURCE_DIR } /ipopt_cont.toml
26+ WORKING_DIRECTORY
27+ ${CMAKE_SOURCE_DIR }
2628 )
2729
2830 exago_add_test (
@@ -34,6 +36,8 @@ if(EXAGO_INSTALL_TESTS)
3436 ${RUNCMD}
3537 $<TARGET_FILE :test_scopflow_functionality >
3638 ${CMAKE_CURRENT_SOURCE_DIR } /empar_cont.toml
39+ WORKING_DIRECTORY
40+ ${CMAKE_SOURCE_DIR }
3741 )
3842
3943 # Disabled test for now, feature not ready yet
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ if(EXAGO_INSTALL_TESTS)
2727 ${RUNCMD}
2828 $<TARGET_FILE :test_sopflow_functionality >
2929 ${CMAKE_CURRENT_SOURCE_DIR } /sopflow_multiscenario.toml
30+ WORKING_DIRECTORY
31+ ${CMAKE_SOURCE_DIR }
3032 )
3133
3234 exago_add_test (
@@ -38,6 +40,8 @@ if(EXAGO_INSTALL_TESTS)
3840 ${RUNCMD}
3941 $<TARGET_FILE :test_sopflow_functionality >
4042 ${CMAKE_CURRENT_SOURCE_DIR } /sopflow_multiscenario2.toml
43+ WORKING_DIRECTORY
44+ ${CMAKE_SOURCE_DIR }
4145 )
4246
4347 exago_add_test (
@@ -52,6 +56,8 @@ if(EXAGO_INSTALL_TESTS)
5256 -opflow_ignore_lineflow_constraints
5357 -hiop_mem_space
5458 HOST
59+ WORKING_DIRECTORY
60+ ${CMAKE_SOURCE_DIR }
5561 )
5662
5763 exago_add_test (
@@ -75,6 +81,8 @@ if(EXAGO_INSTALL_TESTS)
7581 ${RUNCMD}
7682 $<TARGET_FILE :test_sopflow_functionality >
7783 ${CMAKE_CURRENT_SOURCE_DIR } /sopflow_multicontingency.toml
84+ WORKING_DIRECTORY
85+ ${CMAKE_SOURCE_DIR }
7886 )
7987
8088 exago_add_test (
@@ -88,6 +96,8 @@ if(EXAGO_INSTALL_TESTS)
8896 ${CMAKE_CURRENT_SOURCE_DIR } /sopflow_multiscenario_serial.toml
8997 -hiop_mem_space
9098 HOST
99+ WORKING_DIRECTORY
100+ ${CMAKE_SOURCE_DIR }
91101 )
92102
93103 exago_add_test (
@@ -101,6 +111,8 @@ if(EXAGO_INSTALL_TESTS)
101111 3
102112 $<TARGET_FILE :test_sopflow_functionality >
103113 ${CMAKE_CURRENT_SOURCE_DIR } /sopflow_multiscenario_parallel.toml
114+ WORKING_DIRECTORY
115+ ${CMAKE_SOURCE_DIR }
104116 )
105117
106118 exago_add_test (
You can’t perform that action at this time.
0 commit comments