]> sjero.net Git - wget/blobdiff - Makefile.in
[svn] Several fixes for MSVC8.
[wget] / Makefile.in
index f9722a833de544855c4db987bf095a39b68f4600..053e255559630179f26e6b9d836177c13efb521c 100644 (file)
@@ -81,11 +81,14 @@ prefix='$(prefix)' exec_prefix='$(exec_prefix)' bindir='$(bindir)' \
 infodir='$(infodir)' mandir='$(mandir)' manext='$(manext)'
 
 # subdirectories in the distribution
-SUBDIRS = src doc po util windows
+SUBDIRS = src doc po tests util windows
 
 # default target
 all: src/config.h Makefile $(SUBDIRS)
 
+unittest: src/config.h Makefile 
+       cd tests && $(MAKE) $(MAKEDEFS) $@
+       
 check: all
 
 $(SUBDIRS): FORCE