mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 05:59:24 +00:00
Do not include c++ stitch marking in final single header
This commit is contained in:
parent
632e023ff4
commit
185573e701
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ def parseFile( path, filename ):
|
|||
for line in f:
|
||||
if '// ~*~* CATCH_CPP_STITCH_PLACE *~*~' in line:
|
||||
insertCpps()
|
||||
continue
|
||||
elif ifParser.match( line ):
|
||||
ifdefs = ifdefs + 1
|
||||
elif endIfParser.match( line ):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue