fixup remove of examples/tests (#4971)

This commit is contained in:
Corentin Le Molgat
2026-01-07 16:14:45 +01:00
parent caab346d4d
commit a7ffad1950
4 changed files with 2 additions and 64 deletions

View File

@@ -379,7 +379,7 @@ check_java: \
rjava_LinearProgramming \
rjava_IntegerProgramming
.PHONY: test_java_tests # Build and Run all Java Tests (located in examples/tests)
.PHONY: test_java_tests # Build and Run all Java Tests (located in ortools/*/java)
test_java_tests: \
rjava_InitTest \
rjava_KnapsackSolverTest \