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>
This commit is contained in:
David Herrmann 2013-03-04 15:29:48 +01:00
parent 176a0e8be5
commit 2871e94bf0
5 changed files with 6 additions and 5 deletions

View File

@ -721,7 +721,8 @@ test_cflags = \
$(XKBCOMMON_CFLAGS)
test_libs = \
$(XKBCOMMON_LIBS) \
libeloop.la
libeloop.la \
libshl.la
test_output_SOURCES = \
$(test_sources) \

View 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" \

View 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"

View 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"

View 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"