From 1a9b3f80573898cb14aaff7a5b176ba700fef750 Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Tue, 23 Jan 2024 12:57:33 +0000 Subject: add justfile --- src/Justfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Justfile (limited to 'src/Justfile') 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}} -- cgit v1.2.3