2022-03-30 13:12:32 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2022-03-31 18:21:53 +02:00
|
|
|
declare -r DIR="${TEST_SRCDIR}/com_google_ortools/ortools/sat/samples"
|
|
|
|
|
|
|
|
|
|
function test::ortools::code_samples_sat_cc() {
|
|
|
|
|
"${DIR}/$1_cc"
|
2022-03-30 13:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
2022-03-31 18:21:53 +02:00
|
|
|
test::ortools::code_samples_sat_cc $1
|