mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-02 04:34:43 +01:00
externals: Add catch2 v3.2.1
Merge commit '6879e5bb1c' as 'externals/catch'
This commit is contained in:
commit
3dce8d1984
521 changed files with 182737 additions and 0 deletions
4
externals/catch/tools/scripts/scriptCommon.py
vendored
Normal file
4
externals/catch/tools/scripts/scriptCommon.py
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
catchPath = os.path.dirname(os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0]))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue