diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-29 09:19:57 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-29 09:19:57 +0200 |
commit | 3963fdd2bc0a8b1a3665b2dfdab574cf53bf071d (patch) | |
tree | 8aab6c6893f53c8cbc2c3be6eb0cc8c2741d62e1 /tests/Makefile | |
parent | 3b3c50d9c6709c56c34bbbf9d94717485e2eb04b (diff) |
"Fix up" unittests enough to at least compile. Never touched these during
the ui-fix works.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index 7c876cec..7cbf4303 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -13,9 +13,9 @@ clean: distclean: clean -main_objs = account.o bitlbee.o chat.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 +main_objs = bitlbee.o conf.o dcc.o help.o ipc.o irc.o irc_channel.o irc_commands.o irc_im.o irc_send.o irc_user.o irc_util.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_xml.o -test_objs = check.o check_util.o check_nick.o check_md5.o check_arc.o check_irc.o check_help.o check_user.o check_crypting.o check_set.o check_jabber_sasl.o check_jabber_util.o +test_objs = check.o check_util.o check_nick.o check_md5.o check_arc.o check_irc.o check_help.o check_user.o check_set.o check_jabber_sasl.o check_jabber_util.o check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o @echo '*' Linking $@ |