diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-07-01 15:52:45 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-07-01 15:52:45 +0100 |
commit | ae3c4fae12b09b30bb49477696b10ae5beb8ef4b (patch) | |
tree | a6e3476a7ae4a40cc0039126391b7f5058383798 /tests/Makefile | |
parent | f7b44f2c094f99f03182485a30d95a029a84f809 (diff) | |
parent | 348c11b16c156979ef2c7141ca7450af693b3713 (diff) |
Merge from Jelmer (mainly unit testing things).
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 588bae61..4d4ed8d3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -12,7 +12,7 @@ distclean: clean 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 check_irc.o +test_objs = check.o check_util.o check_nick.o check_md5.o check_irc.o check_help.o check_user.o check_crypting.o check_set.o check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o @echo '*' Linking $@ |