diff options
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 471e30830..084e4ef42 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,6 +2,9 @@ all: install: +curl: + @(cd ..; make) + test: perl runtests.pl |