summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-20 12:31:12 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-20 12:31:12 +0100
commitbb9abceb495ec95236edbc51c4b14091718c9f7d (patch)
tree37eb8061063f3d25ff189626a55d99d388621168 /lib
parentc798b58e8fc69bd605822b9c03e3af551cd8dd2a (diff)
downloadlibumberlog-bb9abceb495ec95236edbc51c4b14091718c9f7d.tar.gz
libumberlog-bb9abceb495ec95236edbc51c4b14091718c9f7d.tar.xz
libumberlog-bb9abceb495ec95236edbc51c4b14091718c9f7d.zip
Implement a test suite.
The test suite uses cee_format() to format the messages, and parses the resulting string back into JSON, and verifies that certain key values are what we expect them to be. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0ced726..99ccf47 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -3,7 +3,7 @@ LCS_REVISION = 0
LCS_AGE = 0
lib_LTLIBRARIES = libcee-syslog.la
-libcee_syslog_la_LIBADD = @JSON_LIBS@
+libcee_syslog_la_LIBADD = @JSON_LIBS@ -ldl
libcee_syslog_la_CFLAGS = @JSON_CFLAGS@
libcee_syslog_la_SOURCES = \