cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Test Script for cURL?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 12 Dec 2001 09:47:56 +0100 (MET)

On Wed, 12 Dec 2001, Jeff Miller wrote:

> I changed my configure so it reads: ./configure --prefix=/home/USERID/curl
> --with-ssl=/home/USERID
>
> and it seems as though everything installed properly (I didn't receive any
> errors).
>
> Is there a script available that will run some basic tests to show what
> works and doesn't work correctly?

$ make test

It does however require that you have stunnel installed. The test suite is
also reported to fail mysteriously on some platforms without any problem have
been found in curl... :-/

So, try this for a very basic test:

$ curl -vi https://sourceforge.net/

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2001-12-12