Skip to content

Commit

Permalink
Tweak directory structure
Browse files Browse the repository at this point in the history
- queues implemented via `binheap` now live in `queues/binheap`
  • Loading branch information
polybeandip committed Jun 14, 2024
1 parent bffeaa3 commit 7f3bea2
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion runt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ python3 {} |\

[[tests]]
name = "[calyx-py] queues correctness"
paths = ["calyx-py/test/correctness/queues/*.py"]
paths = [
"calyx-py/test/correctness/queues/*.py",
"calyx-py/test/correctness/queues/binheap/*.py"
]
cmd = """
name=$(basename {} .py) &&
dir=$(dirname {}) &&
Expand Down

0 comments on commit 7f3bea2

Please sign in to comment.