Skip to content

Commit

Permalink
add one test in examples/python bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jul 10, 2023
1 parent eb13ff7 commit ab19570
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ab19570

Please sign in to comment.