Basic ragel test that can parse 1 ASNI sequence and do nothing with it.
This commit is contained in:
parent
4162287841
commit
753bc70b77
5 changed files with 227 additions and 1 deletions
|
@ -46,4 +46,9 @@ collider = executable('collider', [
|
|||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
testragel = executable('testragel', [
|
||||
'./scratchpad/testragel.cpp'
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
test('tests', runtests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue