File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ foreach(instance ${instances})
48
48
)
49
49
set_tests_properties ("applications-cycleclustering-${basename} -${setting} "
50
50
PROPERTIES
51
- PASS_REGULAR_EXPRESSION "optimal solution found"
51
+ PASS_REGULAR_EXPRESSION "optimal solution found"
52
52
FAIL_REGULAR_EXPRESSION "ERROR"
53
53
DEPENDS applications-cycleclustering-build
54
54
RESOURCE_LOCK libscip
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ if( CRITERION_FOUND )
138
138
set_tests_properties (${testName}
139
139
PROPERTIES
140
140
DEPENDS ${testName} -build
141
+ RESOURCE_LOCK libscip
141
142
)
142
143
endforeach (testSrc)
143
144
endif ()
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ foreach(instance ${instances})
66
66
PROPERTIES
67
67
PASS_REGULAR_EXPRESSION "Validation : Success"
68
68
DEPENDS examples-scflp-build
69
+ RESOURCE_LOCK libscip
69
70
)
70
71
if (WIN32 )
71
72
# on windows we need to execute the application and examples executables from the directory containing the libscip.dll,
@@ -96,6 +97,7 @@ if( DEFINED IPOPT_FOUND AND DEFINED LPS )
96
97
PROPERTIES
97
98
PASS_REGULAR_EXPRESSION "Validation : Success"
98
99
DEPENDS examples-scflp-build
100
+ RESOURCE_LOCK libscip
99
101
)
100
102
if (WIN32 )
101
103
# on windows we need to execute the application and examples executables from the directory containing the libscip.dll,
@@ -117,6 +119,7 @@ if( DEFINED IPOPT_FOUND AND DEFINED LPS )
117
119
PROPERTIES
118
120
PASS_REGULAR_EXPRESSION "Validation : Success"
119
121
DEPENDS examples-scflp-build
122
+ RESOURCE_LOCK libscip
120
123
)
121
124
if (WIN32 )
122
125
# on windows we need to execute the application and examples executables from the directory containing the libscip.dll,
You can’t perform that action at this time.
0 commit comments