We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d28b34 commit 2f86cdeCopy full SHA for 2f86cde
check/CMakeLists.txt
@@ -834,7 +834,7 @@ if(NOT ${TPI} STREQUAL "none")
834
# configure the batch file for this test by substituting placeholders in the in.file
835
#
836
configure_file(interactiveshell/concurrentsolve.bat.in interactiveshell/concurrentsolve-${basename}.bat)
837
- if(NOT ((${basename} STREQUAL "egout.mps") AND (${LPS} STREQUAL "spx") AND (${TPI} STREQUAL "tny")))
+ if(NOT ((${basename} STREQUAL "egout.mps") AND (${TPI} STREQUAL "tny")))
838
add_test(NAME MIP-concurrentsolve-${basename}
839
COMMAND $<TARGET_FILE:scip> -b ${PROJECT_BINARY_DIR}/check/interactiveshell/concurrentsolve-${basename}.bat
840
)
0 commit comments