Skip to content

Commit

Permalink
move compile-control tests into separate dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed Dec 5, 2020
1 parent 4766387 commit 04cc560
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion runt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ ver = "0.2.7"
## Test each pass in isolation. Gets the pass flags from a comment on the first line of the file
[[tests]]
name = "passes"
paths = [ "tests/passes/*.futil", "tests/passes/resource-sharing/*.futil" ]
paths = [
"tests/passes/*.futil",
"tests/passes/resource-sharing/*.futil",
"tests/passes/minimize-regs/*.futil"
"tests/passes/compile-control/*.futil"
]
# gets the pass flags a comment on the first line of the test file
cmd = """
flags=$(head -n 1 {} | cut -c 3-)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 04cc560

Please sign in to comment.