the tests dir is added

This commit is contained in:
Daniel Stenberg 2000-11-10 14:42:06 +00:00
parent 4035543763
commit 172f0ba12d
2 changed files with 5 additions and 2 deletions

View 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)

View 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 \