summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-03-04 15:29:48 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-03-04 15:29:48 +0100
commit2871e94bf09112a3849b15ffb591577093d318dc (patch)
treefc9853b215f5412c95951670384061eb72023a32 /tests
parent176a0e8be5f3d0ebfd1c501c7335eae24d71d8a5 (diff)
tests: use new shl_log.h
log.h was moved to shl so use it in all tests. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_include.h2
-rw-r--r--tests/test_input.c2
-rw-r--r--tests/test_output.c2
-rw-r--r--tests/test_vt.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_include.h b/tests/test_include.h
index b037008..afbaefb 100644
--- a/tests/test_include.h
+++ b/tests/test_include.h
@@ -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" \
diff --git a/tests/test_input.c b/tests/test_input.c
index 495c70e..832c3b2 100644
--- a/tests/test_input.c
+++ b/tests/test_input.c
@@ -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"
diff --git a/tests/test_output.c b/tests/test_output.c
index 9f51331..830720e 100644
--- a/tests/test_output.c
+++ b/tests/test_output.c
@@ -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"
diff --git a/tests/test_vt.c b/tests/test_vt.c
index c8f6c72..8423f0c 100644
--- a/tests/test_vt.c
+++ b/tests/test_vt.c
@@ -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"