aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 6a97e8ac..9dd3df7c 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -3,14 +3,14 @@ include ../Makefile.settings
LFLAGS +=-lcheck
all: check
- ./check
+ ./check $(CHECKFLAGS)
clean:
rm -f check *.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_md5.o
+test_objs = check.o check_util.o check_nick.o check_md5.o check_irc.o
check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o
@echo '*' Linking $@