From 473b8e6145fd43676cee129b8149eaf7c672ac77 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Fri, 4 Mar 2016 18:08:30 +1000 Subject: [PATCH] * fix build of test --- t/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/CMakeLists.txt b/t/CMakeLists.txt index 788ef7a..e84f306 100644 --- a/t/CMakeLists.txt +++ b/t/CMakeLists.txt @@ -5,7 +5,7 @@ set(SRC_DIR "../src") add_executable("t_logfile" "t_logfile.c" "${SRC_DIR}/logfile.c") add_executable("t_matches" "t_matches.c" "${SRC_DIR}/matches.c") add_executable("t_ipaddr" "t_ipaddr.c" "${SRC_DIR}/ipaddr.c" "${SRC_DIR}/matches.c") -add_executable("t_rx_posix" "t_rx_posix.c" "${SRC_DIR}/regexps_posix.c") +add_executable("t_rx_posix" "t_rx_posix.c" "${SRC_DIR}/regexps_posix.c" "${SRC_DIR}/log.c") add_executable("t_config_param" "t_config_param.c" "${SRC_DIR}/config.c" "${SRC_DIR}/log.c") add_test("tests/f2b_logfile_*" "t_logfile")