Don't build tests by default just yet.

This commit is contained in:
Alexandre Julliard 2002-12-07 23:52:43 +00:00
parent 418ca6d1b0
commit 9b1df412f4
1 changed files with 1 additions and 3 deletions

View File

@ -18,7 +18,7 @@ WIN16_FILES = $(SPEC_SRCS:.spec=.spec.o) $(C_SRCS16:.c=.o) $(EXTRA_OBJS16)
ALL_OBJS = @WIN16_FILES@ $(OBJS) $(MODULE).dbg.o
ALL_LIBS = $(LIBWINE) $(EXTRALIBS) $(LIBS)
all: $(MODULE)$(DLLEXT) $(SUBDIRS)
all: $(MODULE)$(DLLEXT)
@MAKE_RULES@
@ -65,8 +65,6 @@ check test:: $(SUBDIRS:%=%/__test__)
crosstest:: $(SUBDIRS:%=%/__crosstest__)
$(TESTRESULTS) $(SUBDIRS): $(MODULE)$(DLLEXT)
# Sanity check
Makedll.rules: $(TOPSRCDIR)/Makedll.rules.in $(TOPSRCDIR)/configure