Plugin to add Pijul support to the Nix package manager
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)