Changeset 7bcdde3 for tests/Makefile


Ignore:
Timestamp:
2006-12-06T13:57:25Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
a51be64
Parents:
3b4cc8f
Message:

Some simple tests for irc_*()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r3b4cc8f r7bcdde3  
    44
    55all: check
    6         ./check
     6        ./check $(CHECKFLAGS)
    77
    88clean:
     
    1111main_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
    1212
    13 test_objs = check.o check_util.o check_nick.o check_md5.o
     13test_objs = check.o check_util.o check_nick.o check_md5.o check_irc.o
    1414
    1515check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o
Note: See TracChangeset for help on using the changeset viewer.