2020-12-02 15:01:21 +01:00
|
|
|
test(
|
|
|
|
'TestUtil',
|
|
|
|
executable(
|
|
|
|
'TestUtil',
|
|
|
|
'TestCircularBuffer.cxx',
|
|
|
|
'TestDivideString.cxx',
|
2020-12-02 15:09:45 +01:00
|
|
|
'TestException.cxx',
|
2021-03-02 18:00:41 +01:00
|
|
|
'TestIntrusiveList.cxx',
|
2020-12-02 15:01:21 +01:00
|
|
|
'TestMimeType.cxx',
|
|
|
|
'TestSplitString.cxx',
|
2020-12-02 15:03:28 +01:00
|
|
|
'TestTemplateString.cxx',
|
2020-12-02 15:01:21 +01:00
|
|
|
'TestUriExtract.cxx',
|
|
|
|
'TestUriQueryParser.cxx',
|
|
|
|
'TestUriRelative.cxx',
|
|
|
|
'TestUriUtil.cxx',
|
|
|
|
'test_byte_reverse.cxx',
|
|
|
|
include_directories: inc,
|
|
|
|
dependencies: [
|
|
|
|
util_dep,
|
|
|
|
gtest_dep,
|
|
|
|
],
|
|
|
|
),
|
|
|
|
)
|