Commit bc8b8a22 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Generate proper dependencies for testlist.c.

parent 72a2c370
......@@ -19,6 +19,7 @@ TESTPROGRAM = $(MODULE)$(DLLEXT)
RUNTESTFLAGS = -q -P wine -M $(TESTDLL) -T $(TOPOBJDIR) -p $(TESTPROGRAM)
C_SRCS = $(CTESTS)
EXTRA_SRCS = $(TESTLIST)
EXTRA_OBJS = $(TESTLIST:.c=.o)
ALL_LIBS = $(LIBWINE) $(EXTRALIBS) $(LIBS)
......@@ -49,6 +50,8 @@ $(MODULE): $(OBJS) $(RCOBJS) Makefile.in
$(TESTLIST): Makefile.in
$(TOPSRCDIR)/tools/make_ctests $(CTESTS) >$(TESTLIST) || $(RM) $(TESTLIST)
depend: $(TESTLIST)
# Rules for testing
check test:: $(TESTRESULTS) $(SUBDIRS:%=%/__test__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment