mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 03:19:06 +00:00
actually build the tests.
This commit is contained in:
parent
97b1e1681b
commit
48f860740e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user