diff --git a/examples/python/BUILD.bazel b/examples/python/BUILD.bazel index da6b9a70315..59247dcabf6 100644 --- a/examples/python/BUILD.bazel +++ b/examples/python/BUILD.bazel @@ -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")