Török Edvin
71a282f021
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.
git-svn: trunk@3773
2008-04-08 12:40:45 +00:00
Török Edvin
2565ef493a
fix attribute packed handling.
...
Add testcase for readint16
git-svn: trunk@3768
2008-04-07 14:42:05 +00:00
Török Edvin
c47e43ce35
testcase for bb #890 .
...
It fails on gcc-4.3 -O3 (-msse2) currently.
git-svn: trunk@3764
2008-04-07 13:43:16 +00:00
Török Edvin
bc33dd4ce8
fix typo that caused 'make tags' to fail.
...
git-svn: trunk@3756
2008-04-03 12:45:44 +00:00
Török Edvin
549db571c7
use LDADD, and add @THREAD_LIBS@ last. This way it works on both Linux and OpenBSD.
...
git-svn: trunk@3733
2008-03-20 22:42:25 +00:00
Török Edvin
0d92372ec6
OpenBSD uses -pthread, we explicitly need to add @THREAD_LIBS@ to linker line.
...
Use LIBS, because LDADD gets confused by -pthread.
git-svn: trunk@3732
2008-03-20 22:29:12 +00:00
Tomasz Kojm
fe473bcb07
add initial support for unit tests
...
git-svn: trunk@3710
2008-03-13 10:44:34 +00:00