From 48f860740ecb0c4dab698b81db19f428087144cd Mon Sep 17 00:00:00 2001 From: "toshok%hungry.com" Date: Mon, 30 Aug 1999 08:02:31 +0000 Subject: [PATCH] actually build the tests. --- ef/gc/test/Makefile | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/ef/gc/test/Makefile b/ef/gc/test/Makefile index afc9ee785902..424ecff306b0 100644 --- a/ef/gc/test/Makefile +++ b/ef/gc/test/Makefile @@ -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)