aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-10 14:42:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-10 14:42:06 +0000
commit172f0ba12d21e07f9e7c946f0d2153466d5c5a1e (patch)
treebe6faa5284d72644842d9e973a7dc1a058d4cb2c
parent4035543763136642dfdbe9e63c98018b9711de34 (diff)
the tests dir is added
-rw-r--r--Makefile.am4
-rw-r--r--configure.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index aba57bd06..71232c025 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)
diff --git a/configure.in b/configure.in
index 7a2f10a4e..1a5948b00 100644
--- a/configure.in
+++ b/configure.in
@@ -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 \