diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Justfile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Justfile b/src/Justfile new file mode 100644 index 0000000..1a503ff --- /dev/null +++ b/src/Justfile @@ -0,0 +1,11 @@ +select PROJ: + cargo run -- --manifest-path tests/Cargo.toml -p {{PROJ}} select + +compare PROJ: + cargo run -- --manifest-path tests/Cargo.toml -p {{PROJ}} select --compare + +candidates PROJ: + cargo run -- --manifest-path tests/Cargo.toml -p {{PROJ}} candidates + +cost-model IMPL: + cargo run -- cost-model {{IMPL}} |