Skip to content
Snippets Groups Projects
Commit 9b534305 authored by Yang Tse's avatar Yang Tse
Browse files

unit tests: README, adjust header inclusion order

parent b7357176
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment