Skip to content

Commit

Permalink
Remove yxi backend from core (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielnrn authored Apr 12, 2024
1 parent d6889b8 commit 4ecb674
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions runt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ flags=$(head -n 1 {} | cut -c 3-)
./target/debug/calyx {} $flags -l .
"""

#yxi is not part of [core]
[[tests]]
name = "yxi backend"
paths = ["yxi/tests/backend/*.futil"]
cmd = """
./target/debug/calyx {} -b yxi
"""

##### Frontend Tests #####
[[tests]]
name = "[frontend] dahlia"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ component main() -> () {
}
}
control {
// ANCHOR: control
seq {
let0;
while le0.out with cond0 {
Expand All @@ -89,6 +88,5 @@ component main() -> () {
}
}
}
// ANCHOR_END: control
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 4ecb674

Please sign in to comment.