mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 05:59:24 +00:00
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:
parent
1c2fbe146b
commit
1f1ee3c63d
7 changed files with 228 additions and 71 deletions
|
@ -29,7 +29,7 @@ for arg in sys.argv[1:]:
|
|||
arg = string.lower(arg)
|
||||
if arg == "nobump":
|
||||
bumpVersion = False
|
||||
print "Not bumping version number"
|
||||
print( "Not bumping version number" )
|
||||
elif arg == "noimpl":
|
||||
includeImpl = False
|
||||
bumpVersion = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue