1
0
mirror of https://github.com/PerMalmberg/libcron.git synced 2025-10-18 05:45:20 -05:00

More tests, seems to be working. Still needs to handle non-existent dates.

This commit is contained in:
Per Malmberg
2018-03-09 23:51:13 +01:00
parent 74800b0d5e
commit f7442f6972
7 changed files with 98 additions and 76 deletions

View File

@@ -13,6 +13,6 @@ include_directories(
add_executable(
${PROJECT_NAME}
test.cpp
)
CronScheduleTest.cpp)
target_link_libraries(${PROJECT_NAME} libcron)