init
This commit is contained in:
11
tests/meson.build
Normal file
11
tests/meson.build
Normal file
@@ -0,0 +1,11 @@
|
||||
gtest_proj = subproject('gtest')
|
||||
gtest_dep = gtest_proj.get_variable('gtest_main_dep')
|
||||
|
||||
test(
|
||||
'split_str',
|
||||
executable(
|
||||
'split_str',
|
||||
'split_str.cpp',
|
||||
dependencies: [ string_dep, gtest_dep ]
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user