aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/README
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-05-24 21:23:52 +0200
committerYang Tse <yangsita@gmail.com>2011-05-24 21:23:52 +0200
commit9b5343054af4be20f8fd9deafcc11a3139835c74 (patch)
treea755ba8f9ddbd353669b33a940e7971a4ebb1d55 /tests/unit/README
parentb7357176063256a44b4a5a20c6b9bbe92bdda713 (diff)
unit tests: README, adjust header inclusion order
Diffstat (limited to 'tests/unit/README')
-rw-r--r--tests/unit/README5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/unit/README b/tests/unit/README
index b4d4f6d31..dd368f789 100644
--- a/tests/unit/README
+++ b/tests/unit/README
@@ -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 )
{