Skip to content

Commit 32aa9fd

Browse files
committed
update aliases
1 parent 3e4f7a4 commit 32aa9fd

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.cargo/config.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[alias]
2-
bool = ["run", "--release", "--bin", "bool", "--", "synth"]
3-
bv-bool = ["run", "--release", "--bin", "bv-bool", "--", "synth"]
4-
bv4 = ["run", "--release", "--bin", "bv4", "--", "synth"]
5-
bv8 = ["run", "--release", "--bin", "bv8", "--", "synth"]
6-
bv16 = ["run", "--release", "--bin", "bv16", "--", "synth"]
7-
bv32 = ["run", "--release", "--bin", "bv32", "--", "synth"]
8-
halide = ["run", "--release", "--bin", "halide", "--", "synth"]
9-
nat = ["run", "--release", "--bin", "nat", "--", "synth"]
10-
pos = ["run", "--release", "--bin", "pos", "--", "synth"]
11-
rational = ["run", "--release", "--bin", "rational", "--", "synth"]
12-
trig = ["run", "--release", "--bin", "trig", "--", "synth"]
2+
bool = ["test", "--release", "--test", "bool", "--", "test::run", "--exact", "--nocapture"]
3+
# bv-bool = ["test", "--release", "--test", "bv-bool", "--", "test::run", "--exact", "--nocapture"]
4+
# bv4 = ["test", "--release", "--test", "bv4", "--", "test::run", "--exact", "--nocapture"]
5+
# bv8 = ["test", "--release", "--test", "bv8", "--", "test::run", "--exact", "--nocapture"]
6+
# bv16 = ["test", "--release", "--test", "bv16", "--", "test::run", "--exact", "--nocapture"]
7+
bv32 = ["test", "--release", "--test", "bv32", "--", "test::run", "--exact", "--nocapture"]
8+
halide = ["test", "--release", "--test", "halide", "--", "test::run", "--exact", "--nocapture"]
9+
# nat = ["test", "--release", "--test", "nat", "--", "test::run", "--exact", "--nocapture"]
10+
# pos = ["test", "--release", "--test", "pos", "--", "test::run", "--exact", "--nocapture"]
11+
rational = ["test", "--release", "--test", "rational", "--", "test::run", "--exact", "--nocapture"]
12+
trig = ["test", "--release", "--test", "trig", "--", "test::run", "--exact", "--nocapture"]
1313

1414
[build]
1515
rustflags = "-C target-cpu=native"

0 commit comments

Comments
 (0)