Plugin to add Pijul support to the Nix package manager
add_compile_options(-O1 -ggdb)

add_executable(DateTest datetest.cpp)
target_link_libraries(DateTest PUBLIC PijulTesting)
add_test(NAME DateTest COMMAND DateTest)

add_executable(RepoTest repotest.cpp)
target_link_libraries(RepoTest PUBLIC PijulTesting)
add_test(NAME RepoTest COMMAND RepoTest)