Implement command line parsing; Implement messages-per-second limits in uploader; First playable version

This commit is contained in:
Marko Zivanovic
2015-09-07 11:43:32 +02:00
parent 4f1d9f4c3d
commit 8fe990e64d
8 changed files with 99 additions and 7 deletions
+2
View File
@@ -14,6 +14,7 @@ target_link_libraries(SyslogBulkUploaderTests
${Boost_FILESYSTEM_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}
${Boost_THREAD_LIBRARY}
)
add_executable(SyslogMessageTests SyslogMessageTests.cpp)
@@ -36,5 +37,6 @@ target_link_libraries(FrequencyLimitTests
${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
${Boost_DATE_TIME_LIBRARY}
${Boost_THREAD_LIBRARY}
${Boost_SYSTEM_LIBRARY}
)