make: cleanup
This commit is contained in:
@@ -382,14 +382,16 @@ rdotnet_StopAfterNSolutionsSampleSat
|
||||
.PHONY: check_dotnet
|
||||
check_dotnet: \
|
||||
test_dotnet_algorithms_samples \
|
||||
test_dotnet_constraint_solver_samples \
|
||||
test_dotnet_graph_samples \
|
||||
test_dotnet_constraint_solver_samples \
|
||||
test_dotnet_linear_solver_samples \
|
||||
test_dotnet_sat_samples \
|
||||
test_dotnet_sat_samples
|
||||
|
||||
.PHONY: test_dotnet_tests # Build and Run all .Net Tests (located in examples/test and ortools/<cmp>/csharp)
|
||||
test_dotnet_tests: \
|
||||
rdotnet_InitTests \
|
||||
rdotnet_KnapsackSolverTests \
|
||||
rdotnet_FlowTests \
|
||||
rdotnet_LinearSolverTests \
|
||||
rdotnet_ConstraintSolverTests \
|
||||
rdotnet_RoutingSolverTests \
|
||||
|
||||
@@ -374,9 +374,9 @@ test_java_tests: \
|
||||
rjava_ModelBuilderTest \
|
||||
rjava_ConstraintSolverTest \
|
||||
rjava_RoutingSolverTest \
|
||||
rjava_LinearExprTest \
|
||||
rjava_CpModelTest \
|
||||
rjava_CpSolverTest \
|
||||
rjava_LinearExprTest \
|
||||
rjava_SatSolverTest
|
||||
|
||||
.PHONY: test_java_contrib # Build and Run all Java Contrib (located in examples/contrib)
|
||||
|
||||
Reference in New Issue
Block a user