test/TestUtil: move to test/util/
This commit is contained in:
20
test/util/meson.build
Normal file
20
test/util/meson.build
Normal file
@@ -0,0 +1,20 @@
|
||||
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,
|
||||
],
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user