21 lines
391 B
Meson
21 lines
391 B
Meson
![]() |
test(
|
||
|
'TestUtil',
|
||
|
executable(
|
||
|
'TestUtil',
|
||
|
'TestCircularBuffer.cxx',
|
||
|
'TestDivideString.cxx',
|
||
|
'TestMimeType.cxx',
|
||
|
'TestSplitString.cxx',
|
||
|
'TestUriExtract.cxx',
|
||
|
'TestUriQueryParser.cxx',
|
||
|
'TestUriRelative.cxx',
|
||
|
'TestUriUtil.cxx',
|
||
|
'test_byte_reverse.cxx',
|
||
|
include_directories: inc,
|
||
|
dependencies: [
|
||
|
util_dep,
|
||
|
gtest_dep,
|
||
|
],
|
||
|
),
|
||
|
)
|