mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
the tests dir is added
This commit is contained in:
parent
4035543763
commit
172f0ba12d
@ -6,5 +6,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
|
|||||||
|
|
||||||
EXTRA_DIST = curl.spec curl-ssl.spec
|
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/Makefile \
|
||||||
include/curl/Makefile \
|
include/curl/Makefile \
|
||||||
src/Makefile \
|
src/Makefile \
|
||||||
lib/Makefile )
|
lib/Makefile \
|
||||||
|
tests/Makefile)
|
||||||
dnl perl/checklinks.pl \
|
dnl perl/checklinks.pl \
|
||||||
dnl perl/getlinks.pl \
|
dnl perl/getlinks.pl \
|
||||||
dnl perl/formfind.pl \
|
dnl perl/formfind.pl \
|
||||||
|
Loading…
Reference in New Issue
Block a user