mirror of
https://github.com/labwc/labwc.git
synced 2026-03-12 05:33:53 -04:00
Add tests/t1001-rcxml-nodenames-simple.c
This commit is contained in:
parent
1f5d8c3812
commit
31ba3b958d
3 changed files with 59 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue