- added mini unit testing framework

- added unit tests for Value.isXYZ() and iteration over Value members to compute size
This commit is contained in:
Baptiste Lepilleur
2009-11-21 18:07:09 +00:00
parent 932cfc798b
commit 45c499d310
10 changed files with 1342 additions and 2 deletions

View File

@@ -19,6 +19,9 @@
/// Only has effects if JSON_VALUE_USE_INTERNAL_MAP is defined.
//# define JSON_USE_SIMPLE_INTERNAL_ALLOCATOR 1
/// If defined, indicates that Json use exception to report invalid type manipulation
/// instead of C assert macro.
# define JSON_USE_EXCEPTION 1
# ifdef JSON_IN_CPPTL
# include <cpptl/config.h>