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',
|
2022-11-11 21:09:07 +01:00
|
|
|
'TestIntrusiveForwardList.cxx',
|
2022-11-11 21:04:03 +01:00
|
|
|
'TestIntrusiveHashSet.cxx',
|
2021-03-02 18:00:41 +01:00
|
|
|
'TestIntrusiveList.cxx',
|
2024-04-02 11:37:50 +02:00
|
|
|
'TestIntrusiveTreeSet.cxx',
|
2020-12-02 15:01:21 +01:00
|
|
|
'TestMimeType.cxx',
|
2023-01-22 13:05:37 +01:00
|
|
|
'TestRingBuffer.cxx',
|
2020-12-02 15:01:21 +01:00
|
|
|
'TestSplitString.cxx',
|
2022-06-30 17:43:12 +02:00
|
|
|
'TestStringStrip.cxx',
|
2020-12-02 15:03:28 +01:00
|
|
|
'TestTemplateString.cxx',
|
2024-07-10 21:34:02 +02:00
|
|
|
'TestTerminatedArray.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,
|
|
|
|
],
|
|
|
|
),
|
2021-11-26 08:45:50 +01:00
|
|
|
protocol: 'gtest',
|
2020-12-02 15:01:21 +01:00
|
|
|
)
|