summaryrefslogtreecommitdiffstats
path: root/src/doctest.c
blob: 34646c11025bce37ad610082eff89ea4330038c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
/*
 * Doctest generation. See doctest.h for more information.
 */
#include "doctest.h"

/* This is unusual, but it works. */
#ifdef DOCTEST
#include "doc.c"
#endif