Add very basic test framework for parser tests.
Start with a shell script that runs .cton files through 'cton-util cat' and compares the output to a reference. This can get fancy later.
This commit is contained in:
4
tests/parser/tiny.cton.ref
Normal file
4
tests/parser/tiny.cton.ref
Normal file
@@ -0,0 +1,4 @@
|
||||
function minimal() {
|
||||
ebb0:
|
||||
trap
|
||||
}
|
||||
Reference in New Issue
Block a user