Changeset 2c7df62


Ignore:
Timestamp:
2006-12-06T12:15:09Z (17 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
6a90967
Parents:
7740c4c
Message:

Fix testsuite.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • lib/Makefile

    r7740c4c r2c7df62  
    1818all: lib.o
    1919
     20check:
     21
    2022.PHONY: all clean distclean
    2123
  • tests/Makefile

    r7740c4c r2c7df62  
    99        rm -f check *.o
    1010
    11 main_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
     11main_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
    1313test_objs = check.o check_util.o check_nick.o
    1414
    15 check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o
     15check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o
    1616        @echo '*' Linking $@
    1717        @$(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) $(EFLAGS)
  • tests/check_nick.c

    r7740c4c r2c7df62  
    66#include "irc.h"
    77#include "set.h"
    8 #include "util.h"
     8#include "misc.h"
    99
    1010START_TEST(test_nick_strip)
  • tests/check_util.c

    r7740c4c r2c7df62  
    66#include "irc.h"
    77#include "set.h"
    8 #include "util.h"
     8#include "misc.h"
    99
    1010START_TEST(test_strip_linefeed)
Note: See TracChangeset for help on using the changeset viewer.