Provisional implementation of PythonCoverage gem

Signed-off-by: John <jonawals@amazon.com>
This commit is contained in:
John
2021-06-21 16:21:47 +01:00
parent cfe4a49136
commit 0e0f266fdd
59 changed files with 1077 additions and 8 deletions
@@ -0,0 +1,4 @@
set(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED TRUE)
set(PAL_TRAIT_PYTHONCOVERAGE_TEST_SUPPORTED TRUE)
set(PAL_TRAIT_PYTHONCOVERAGE_EDITOR_TEST_SUPPORTED TRUE)
@@ -0,0 +1,8 @@
# Platform specific files for Android
# i.e. ../Source/Android/PythonCoverageAndroid.cpp
# ../Source/Android/PythonCoverageAndroid.h
# ../Include/Android/PythonCoverageAndroid.h
set(FILES
)
@@ -0,0 +1,8 @@
# Platform specific files for Android
# i.e. ../Source/Android/PythonCoverageAndroid.cpp
# ../Source/Android/PythonCoverageAndroid.h
# ../Include/Android/PythonCoverageAndroid.h
set(FILES
)
@@ -0,0 +1,8 @@
# Platform specific files for Android
# i.e. ../Source/Android/PythonCoverageAndroid.cpp
# ../Source/Android/PythonCoverageAndroid.h
# ../Include/Android/PythonCoverageAndroid.h
set(FILES
)