aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-12-06 13:15:09 +0100
committerJelmer Vernooij <jelmer@samba.org>2006-12-06 13:15:09 +0100
commit2c7df621d2337437a46b0ccee6a7801bc04db8f4 (patch)
tree88fa2565e48d2ed7ef9cf65f73fa31f4b1089f01 /tests
parent7740c4caae24fe8186947d0f1f6a114098daa171 (diff)
Fix testsuite.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile4
-rw-r--r--tests/check_nick.c2
-rw-r--r--tests/check_util.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 206331f4..f0456063 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,11 +8,11 @@ all: check
clean:
rm -f check *.o
-main_objs = account.o bitlbee.o conf.o crypting.o help.o ini.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_text.o url.o user.o util.o
+main_objs = account.o bitlbee.o conf.o crypting.o help.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_xml.o storage_text.o user.o
test_objs = check.o check_util.o check_nick.o
-check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o
+check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o
@echo '*' Linking $@
@$(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) $(EFLAGS)
diff --git a/tests/check_nick.c b/tests/check_nick.c
index b235d260..714c4fdc 100644
--- a/tests/check_nick.c
+++ b/tests/check_nick.c
@@ -5,7 +5,7 @@
#include <string.h>
#include "irc.h"
#include "set.h"
-#include "util.h"
+#include "misc.h"
START_TEST(test_nick_strip)
{
diff --git a/tests/check_util.c b/tests/check_util.c
index e771238f..ee365735 100644
--- a/tests/check_util.c
+++ b/tests/check_util.c
@@ -5,7 +5,7 @@
#include <string.h>
#include "irc.h"
#include "set.h"
-#include "util.h"
+#include "misc.h"
START_TEST(test_strip_linefeed)
{