feat: add option flag, greedy compilation of multiple files, and refactor to use paths instead of files

This commit is contained in:
Jonny
2025-03-02 03:12:53 +00:00
parent 01b38b1445
commit 85a82aabb4
4 changed files with 73 additions and 49 deletions

View File

@@ -32,7 +32,7 @@ class ParallelExamplesSpec extends AsyncFreeSpec with AsyncIOSpec with BeforeAnd
s"$filename" - {
"should be compiled with correct result" in {
compileWacc(filename).map { result =>
compileWacc(filename, outputDir = None, log = false).map { result =>
expectedResult should contain(result)
}
}