|
1 | 1 | [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"] |
13 | 13 |
|
14 | 14 | [build] |
15 | 15 | rustflags = "-C target-cpu=native" |
0 commit comments