Skip to content
Snippets Groups Projects
Commit 172f0ba1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

the tests dir is added

parent 40355437
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment