actually build the tests.

This commit is contained in:
toshok%hungry.com 1999-08-30 08:02:31 +00:00
parent 97b1e1681b
commit 48f860740e

View File

@ -1,4 +1,27 @@
DEPTH = ../..
include manifest.mn
include $(DEPTH)/config/config.mk
CSRCS = \
alloc.c \
buckets.c \
divtest.c \
hashtable.cpp \
maltest.c \
pagetest.c \
simpletest.c \
smtest.c
PROGS = $(addprefix $(OBJDIR)/, $(CSRCS:.c=$(PROG_SUFFIX)))
TARGETS = $(PROGS)
REQUIRES = sm
LDFLAGS += -L$(DIST)/lib
LIBRARIES= sm
include $(DEPTH)/config/rules.mk
LDFLAGS += $(NSPR_LIBS)