]> granicus.if.org Git - curl/commitdiff
the tests dir is added
authorDaniel Stenberg <daniel@haxx.se>
Fri, 10 Nov 2000 14:42:06 +0000 (14:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 10 Nov 2000 14:42:06 +0000 (14:42 +0000)
Makefile.am
configure.in

index aba57bd0664126ceeccec20a417bf246ec1ffb45..71232c02587c28680ed567d74d8c91eb858427e2 100644 (file)
@@ -6,5 +6,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
 
 EXTRA_DIST = curl.spec curl-ssl.spec
 
-SUBDIRS = docs lib src include
+SUBDIRS = docs lib src include tests
 
+test:
+       @(cd tests; make test)
index 7a2f10a4e51e1b91c3fe9bedf140df7a1cdd84dd..1a5948b00c1c773896494691abf0ce5834c25ae7 100644 (file)
@@ -611,7 +611,8 @@ AC_OUTPUT( Makefile \
           include/Makefile \
           include/curl/Makefile \
           src/Makefile \
-           lib/Makefile )
+           lib/Makefile \
+           tests/Makefile)
 dnl       perl/checklinks.pl \
 dnl       perl/getlinks.pl \
 dnl        perl/formfind.pl \