File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Expand file tree Collapse file tree 5 files changed +8
-2
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 @@ -42,6 +42,7 @@ foreach(instance ${instances})
42
42
PASS_REGULAR_EXPRESSION "\n o ${optval} (\n .*)?\n s OPTIMUM FOUND"
43
43
FAIL_REGULAR_EXPRESSION "ERROR|\n o ${optval} (\n .*)?\n o "
44
44
DEPENDS applications-pbsolver-build
45
+ RESOURCE_LOCK libscip
45
46
)
46
47
if (WIN32 )
47
48
# on windows we need to execute the application and examples executables from the directory containing the libscip.dll,
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,
Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ XPRESS_BIN ?= xpress
158
158
159
159
# code check and doxygen
160
160
DOXY ?= doxygen
161
- LINT ?= flexelint
161
+ # need to overwrite builtin variable LINT=lint
162
+ LINT = flexelint
162
163
PCLINT ?= pclint
163
164
PCLINTCONFIG ?= pclp_config.py
164
165
SPLINT ?= splint
You can’t perform that action at this time.
0 commit comments