Add tests/t1001-rcxml-nodenames-simple.c

This commit is contained in:
Johan Malm 2020-06-09 22:20:24 +01:00
parent 1f5d8c3812
commit 31ba3b958d
3 changed files with 59 additions and 2 deletions

View file

@ -13,3 +13,11 @@ t1000 = executable(
link_with: rcxml_lib,
)
test('t1000', t1000)
t1001 = executable(
't1001-rcxml-nodenames-simple',
sources: ['t1001-rcxml-nodenames-simple.c', 'tap.c'],
include_directories: [labwc_inc],
link_with: rcxml_lib,
)
test('t1001', t1001)