diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-18 18:37:56 +0100 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-18 18:43:04 +0100 |
commit | 8dba3f7f3591f4271522835cb2057acf4ae56f53 (patch) | |
tree | 8bf044f7c0fa0e13925db0c64e8720a86c0b2336 /src | |
parent | 3f9fec6998fccabe5d61bfe84b9d2431f9d5ae53 (diff) |
Start with tests for the C API
The C API tests can be run individually via
build/api_test/api_test
Or together with the spec tests via
cmake --build build --target test
Diffstat (limited to 'src')
-rw-r--r-- | src/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ struct cmark_node { } as; }; -int +CMARK_EXPORT int cmark_node_check(cmark_node *node); #ifdef __cplusplus |