make: cleanup

This commit is contained in:
Corentin Le Molgat
2022-10-07 14:25:31 +02:00
parent 7feea629cb
commit af63a925a2
2 changed files with 5 additions and 3 deletions

View File

@@ -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 \

View File

@@ -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)