1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

unit tests: README, adjust header inclusion order

This commit is contained in:
Yang Tse 2011-05-24 21:23:52 +02:00
parent b735717606
commit 9b5343054a

View File

@ -42,12 +42,9 @@ and the tests/FILEFORMAT documentation.
For the actual C file, here's a very simple example:
----------------------- start -------------------------------
#include <stdlib.h>
#include "curl_config.h"
#include "setup.h"
#include "curlcheck.h"
#include "a libcurl header.h" /* from the lib dir */
#include "curlcheck.h"
static void unit_setup( void )
{