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:
parent
176a0e8be5
commit
2871e94bf0
@ -721,7 +721,8 @@ test_cflags = \
|
||||
$(XKBCOMMON_CFLAGS)
|
||||
test_libs = \
|
||||
$(XKBCOMMON_LIBS) \
|
||||
libeloop.la
|
||||
libeloop.la \
|
||||
libshl.la
|
||||
|
||||
test_output_SOURCES = \
|
||||
$(test_sources) \
|
||||
|
@ -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" \
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user