mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 05:59:24 +00:00
Refactored scripts to start using a common file
This commit is contained in:
parent
1309da2b55
commit
2278451cd2
4 changed files with 20 additions and 11 deletions
4
scripts/scriptCommon.py
Normal file
4
scripts/scriptCommon.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
catchPath = os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0])))
|
Loading…
Add table
Add a link
Reference in a new issue