Changeset ed5df81 for tests/Makefile
- Timestamp:
- 2007-01-21T21:17:11Z (18 years ago)
- Branches:
- master
- Children:
- 8c073a6
- Parents:
- 7bee5af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile
r7bee5af red5df81 11 11 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 12 12 13 test_objs = check.o check_util.o check_nick.o check_md5.o check_irc.o check_help.o 13 test_objs = check.o check_util.o check_nick.o check_md5.o check_irc.o check_help.o check_user.o 14 14 15 15 check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o
Note: See TracChangeset
for help on using the changeset viewer.