Basic ragel test that can parse 1 ASNI sequence and do nothing with it.

This commit is contained in:
Zed A. Shaw 2024-10-27 17:34:49 -04:00
parent 4162287841
commit 753bc70b77
5 changed files with 227 additions and 1 deletions

View file

@ -46,4 +46,9 @@ collider = executable('collider', [
],
dependencies: dependencies)
testragel = executable('testragel', [
'./scratchpad/testragel.cpp'
],
dependencies: dependencies)
test('tests', runtests)