Make replaced with Meson
This commit is contained in:
14
test/meson.build
Normal file
14
test/meson.build
Normal file
@ -0,0 +1,14 @@
|
||||
gtest_dep = dependency('gtest', main: true)
|
||||
|
||||
test_exe = executable(
|
||||
'test_exe',
|
||||
'hex.cpp',
|
||||
'baseN.cpp',
|
||||
'base58.cpp',
|
||||
'base64.cpp',
|
||||
'Exception.cpp',
|
||||
'hash/sha256.cpp',
|
||||
dependencies: [basen_dep, gtest_dep],
|
||||
)
|
||||
|
||||
test('lib', test_exe)
|
||||
Reference in New Issue
Block a user