logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit eeee05ed8a47ba4d98af053c40ac568fe88064f5
parent 111d2dec6d0470e56839f92f145888e22622ba88
Author: Frederic Cambus <fred@statdns.com>
Date:   Sun, 22 Dec 2019 12:49:31 +0100

Add a new test target, to test log processing.

Diffstat:
MCMakeLists.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -79,3 +79,4 @@ install(FILES logswan.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/) enable_testing() add_test(logswan logswan) +add_test(processing logswan ${PROJECT_SOURCE_DIR}/examples/logswan.log)