Skip to content

Commit

Permalink
Add dump of passes (removing stdlib)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Nov 23, 2023
1 parent 24aef09 commit 3c962c6
Show file tree
Hide file tree
Showing 16 changed files with 64,636 additions and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/verona.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arguments for testing verona-parser
macro(toolinvoke ARGS local_dist testfile outputdir)
set(${ARGS} "${local_dist}/verona/verona${CMAKE_EXECUTABLE_SUFFIX}" build ${testfile} --wf-check -o ${outputdir}/ast)
set(${ARGS} "${local_dist}/verona/verona${CMAKE_EXECUTABLE_SUFFIX}" build ${testfile} -w -o ${outputdir}/ast)
endmacro()

# Set extension for verona tests
Expand Down
Loading

0 comments on commit 3c962c6

Please sign in to comment.