New version of Clara

- Clara now built with new stitch script (based on generateSingleInclude)
- also fixed python scripts for python 3 (print now a function rather than a keyword)
This commit is contained in:
Phil Nash
2014-03-01 10:38:14 +00:00
parent 1c2fbe146b
commit 1f1ee3c63d
7 changed files with 228 additions and 71 deletions

View File

@@ -13,8 +13,8 @@
// Declare Clara inside the Catch namespace
#define CLICHE_CLARA_OUTER_NAMESPACE Catch
#define STITCH_CLARA_OUTER_NAMESPACE Catch
#include "clara.h"
#undef CLICHE_CLARA_OUTER_NAMESPACE
#undef STITCH_CLARA_OUTER_NAMESPACE
#endif // TWOBLUECUBES_CATCH_CLARA_H_INCLUDED