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
)
@@ -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 Linux
# i.e. ../Source/Linux/PythonCoverageLinux.cpp
# ../Source/Linux/PythonCoverageLinux.h
# ../Include/Linux/PythonCoverageLinux.h
set(FILES
)
@@ -0,0 +1,8 @@
# Platform specific files for Linux
# i.e. ../Source/Linux/PythonCoverageLinux.cpp
# ../Source/Linux/PythonCoverageLinux.h
# ../Include/Linux/PythonCoverageLinux.h
set(FILES
)
@@ -0,0 +1,8 @@
# Platform specific files for Linux
# i.e. ../Source/Linux/PythonCoverageLinux.cpp
# ../Source/Linux/PythonCoverageLinux.h
# ../Include/Linux/PythonCoverageLinux.h
set(FILES
)
@@ -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 Mac
# i.e. ../Source/Mac/PythonCoverageMac.cpp
# ../Source/Mac/PythonCoverageMac.h
# ../Include/Mac/PythonCoverageMac.h
set(FILES
)
@@ -0,0 +1,8 @@
# Platform specific files for Mac
# i.e. ../Source/Mac/PythonCoverageMac.cpp
# ../Source/Mac/PythonCoverageMac.h
# ../Include/Mac/PythonCoverageMac.h
set(FILES
)
@@ -0,0 +1,8 @@
# Platform specific files for Mac
# i.e. ../Source/Mac/PythonCoverageMac.cpp
# ../Source/Mac/PythonCoverageMac.h
# ../Include/Mac/PythonCoverageMac.h
set(FILES
)
@@ -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 Windows
# i.e. ../Source/Windows/PythonCoverageWindows.cpp
# ../Source/Windows/PythonCoverageWindows.h
# ../Include/Windows/PythonCoverageWindows.h
set(FILES
)
@@ -0,0 +1,8 @@
# Platform specific files for Windows
# i.e. ../Source/Windows/PythonCoverageWindows.cpp
# ../Source/Windows/PythonCoverageWindows.h
# ../Include/Windows/PythonCoverageWindows.h
set(FILES
)
@@ -0,0 +1,8 @@
# Platform specific files for Windows
# i.e. ../Source/Windows/PythonCoverageWindows.cpp
# ../Source/Windows/PythonCoverageWindows.h
# ../Include/Windows/PythonCoverageWindows.h
set(FILES
)
@@ -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 iOS
# i.e. ../Source/iOS/PythonCoverageiOS.cpp
# ../Source/iOS/PythonCoverageiOS.h
# ../Include/iOS/PythonCoverageiOS.h
set(FILES
)
@@ -0,0 +1,8 @@
# Platform specific files for iOS
# i.e. ../Source/iOS/PythonCoverageiOS.cpp
# ../Source/iOS/PythonCoverageiOS.h
# ../Include/iOS/PythonCoverageiOS.h
set(FILES
)
@@ -0,0 +1,8 @@
# Platform specific files for iOS
# i.e. ../Source/iOS/PythonCoverageiOS.cpp
# ../Source/iOS/PythonCoverageiOS.h
# ../Include/iOS/PythonCoverageiOS.h
set(FILES
)