datetest_exe = executable(
'datetest',
['datetest.cpp'],
link_with: [test_lib],
include_directories: [lib_inc],
)
test('date', datetest_exe)
repotest_exe = executable(
'repotest',
['repotest.cpp'],
link_with: [test_lib],
include_directories: [lib_inc],
)
test('repo', repotest_exe)