Changeset 1fc2958 for tests/Makefile


Ignore:
Timestamp:
2006-06-16T12:07:51Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
125b35d
Parents:
c2fa827
Message:

Add checks for nick functions as well, fix bug where nick lengths weren't
being honored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    rc2fa827 r1fc2958  
    66        ./check
    77
    8 check: check.o check_util.o ../util.o
     8main_objs = account.o bitlbee.o conf.o crypting.o help.o ini.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_text.o url.o user.o util.o
     9
     10check: check.o check_util.o check_nick.o $(addprefix ../, $(main_objs)) ../protocols/protocols.o
    911        @echo '*' Linking $@
    1012        @$(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) $(EFLAGS)
Note: See TracChangeset for help on using the changeset viewer.