diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-01-21 22:38:50 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2007-01-21 22:38:50 +0100 |
commit | 8c073a6e77edd56bc3d58d6b4af2a40f005aacad (patch) | |
tree | 8036bd0516cb309fc1112761e0fc9a00774a2455 /tests/Makefile | |
parent | ed5df815732d311b228993627f5d8b8c8e3eb4e0 (diff) |
Add testsuite for crypting.
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 b9da83c9..7c959890 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -10,7 +10,7 @@ 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 check_help.o check_user.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: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o @echo '*' Linking $@ |