tests: use new shl_log.h
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 4 Mar 2013 14:29:48 +0000 (15:29 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 4 Mar 2013 14:29:48 +0000 (15:29 +0100)
log.h was moved to shl so use it in all tests.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Makefile.am
tests/test_include.h
tests/test_input.c
tests/test_output.c
tests/test_vt.c

index 0d6a9a9..fde621f 100644 (file)
@@ -721,7 +721,8 @@ test_cflags = \
        $(XKBCOMMON_CFLAGS)
 test_libs = \
        $(XKBCOMMON_LIBS) \
-       libeloop.la
+       libeloop.la \
+       libshl.la
 
 test_output_SOURCES = \
        $(test_sources) \
index b037008..afbaefb 100644 (file)
@@ -31,7 +31,7 @@
 #include <sys/signalfd.h>
 #include "conf.h"
 #include "eloop.h"
-#include "log.h"
+#include "shl_log.h"
 
 #define TEST_HELP \
        "\t-h, --help                  [off]   Print this help and exit\n" \
index 495c70e..832c3b2 100644 (file)
@@ -39,7 +39,7 @@ static void print_help();
 #include <X11/keysym.h>
 #include <xkbcommon/xkbcommon.h>
 #include "eloop.h"
-#include "log.h"
+#include "shl_log.h"
 #include "uterm_input.h"
 #include "uterm_monitor.h"
 #include "test_include.h"
index 9f51331..830720e 100644 (file)
@@ -47,7 +47,7 @@ static void print_help();
 #include <unistd.h>
 
 #include "eloop.h"
-#include "log.h"
+#include "shl_log.h"
 #include "uterm_video.h"
 #include "test_include.h"
 
index c8f6c72..8423f0c 100644 (file)
@@ -43,7 +43,7 @@ static void print_help();
 #include <string.h>
 #include <unistd.h>
 #include "eloop.h"
-#include "log.h"
+#include "shl_log.h"
 #include "uterm_input.h"
 #include "uterm_vt.h"
 #include "test_include.h"