July 16, 2008
View d1d558c

use pkg-config to locate check, if available (bb #1093) make --enable-coverage depends on unit tests being activated fix a typo in bzip2 configure check remove temporary log files on make clean

Török Edvin authored on 2008/07/16 00:50:50
July 15, 2008
View 377a233

more unit tests for js-norm fix js-norm bugs discovered during unit testing

Török Edvin authored on 2008/07/15 23:31:33
July 11, 2008
View 232c4b7

add unit tests for binaries enable unit tests by default (if check is available) add --enable-coverage to run gcov/lcov add --enable-tests-install to install test files

Török Edvin authored on 2008/07/11 02:08:41
July 10, 2008
View eb29015

move cli_unescape, and cli_textbuffer_append_normalize to str.c add unit-test for cli_textbuffer_append_normalize fix a bug in cli_textbuffer_append_normalize shown by unit-test

Török Edvin authored on 2008/07/10 19:29:29
July 9, 2008
View 4a6ade4

add all needed files to EXTRA_DIST (to fix make distcheck) create unit tests for js normalizer cleanups

Török Edvin authored on 2008/07/09 04:02:15
July 8, 2008
View fd08e02

add Javascript normalizer (not yet enabled)

Török Edvin authored on 2008/07/08 04:10:50
May 10, 2008
View 725a296

build system: add configure checks for FD passing m4/fdpassing.m4: move all FD passing checks here clamd/session.[ch], scanner.[ch]: contrib/clamd_fdscan: add rfc2292/bsd4.4 style file descriptor passing support this code is from Marc Balmer <marc*msys.ch>, with some portability fixes applied

Török Edvin authored on 2008/05/10 06:12:28
April 8, 2008
View e5b0783

-lcheck needs to be conditional, use @LCHECK@. Regenerate Makefiles.

Török Edvin authored on 2008/04/08 21:57:55
View 71a282f

AC_CHECK_LIB 3rd argument was empty, and this causes '-lcheck' to be added to LIBS. This caused all executables to be linked against libcheck on some platforms. We only need to link with libcheck the unit-test, so avoid this by specifying a command as 3rd arg. Regenerate configure & Makefiles.

Török Edvin authored on 2008/04/08 21:40:45
April 3, 2008
View bc33dd4

fix typo that caused 'make tags' to fail.

Török Edvin authored on 2008/04/03 21:45:44
March 21, 2008
View 549db57

use LDADD, and add @THREAD_LIBS@ last. This way it works on both Linux and OpenBSD.

Török Edvin authored on 2008/03/21 07:42:25
View 0d92372

OpenBSD uses -pthread, we explicitly need to add @THREAD_LIBS@ to linker line. Use LIBS, because LDADD gets confused by -pthread.

Török Edvin authored on 2008/03/21 07:29:12
March 13, 2008
View fe473bc

add initial support for unit tests

Tomasz Kojm authored on 2008/03/13 19:44:34