| 1 |
[package] |
| 2 |
name = "afs-tests" |
| 3 |
version = "0.1.0" |
| 4 |
edition = "2021" |
| 5 |
description = "Structured compiler bench runner for ARMFORTAS" |
| 6 |
|
| 7 |
[[bin]] |
| 8 |
name = "afs-tests" |
| 9 |
path = "src/main.rs" |
| 10 |
|
| 11 |
[dependencies] |
| 12 |
bencch-core = { path = "../bench-core" } |
| 13 |
armfortas = { path = "../.." } |