add one test in examples/python bazel

This commit is contained in:
Laurent Perron
2023-07-10 11:34:22 -07:00
parent eb13ff71a2
commit ab19570cd4

View File

@@ -73,6 +73,13 @@ code_sample_test_arg_py(
suffix = "j301_1",
)
code_sample_test_arg_py(
name = "rcpsp_sat",
args = ["--input $(rootpath //ortools/scheduling/testdata:c1510_1.mm.txt)"],
data = ["//ortools/scheduling/testdata:c1510_1.mm.txt"],
suffix = "c1510_1",
)
code_sample_py("shift_scheduling_sat")
code_sample_py("single_machine_scheduling_with_setup_release_due_dates_sat")