unit tests: README, adjust header inclusion order
This commit is contained in:
@@ -42,12 +42,9 @@ and the tests/FILEFORMAT documentation.
|
|||||||
For the actual C file, here's a very simple example:
|
For the actual C file, here's a very simple example:
|
||||||
|
|
||||||
----------------------- start -------------------------------
|
----------------------- start -------------------------------
|
||||||
#include <stdlib.h>
|
#include "curlcheck.h"
|
||||||
#include "curl_config.h"
|
|
||||||
#include "setup.h"
|
|
||||||
|
|
||||||
#include "a libcurl header.h" /* from the lib dir */
|
#include "a libcurl header.h" /* from the lib dir */
|
||||||
#include "curlcheck.h"
|
|
||||||
|
|
||||||
static void unit_setup( void )
|
static void unit_setup( void )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user