From bb9abceb495ec95236edbc51c4b14091718c9f7d Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Tue, 20 Mar 2012 12:31:12 +0100 Subject: 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 --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 = \ -- cgit