// CI tests
// In Common/ntd-test-tls.c, define PRINT_ABORT to 0 and CALL_ABORT to 1
powershell -ExecutionPolicy RemoteSigned ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Invoke-TestRunner.ps1 -BuildType Debug,Develop -Platform NXFP2-a32,NXFP2-a64 -File ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Testlist/RyndaTlsTests.NX.testlist.yml

// partial commands
powershell -ExecutionPolicy RemoteSigned ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Invoke-TestRunner.ps1 -BuildType Debug,Develop -Platform NXFP2-a32,NXFP2-a64 -File ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Testlist/RyndaTlsTests.Align.NX.testlist.yml
powershell -ExecutionPolicy RemoteSigned ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Invoke-TestRunner.ps1 -BuildType Debug,Develop -Platform NXFP2-a32,NXFP2-a64 -File ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Testlist/RyndaTlsTests.Ctors.NX.testlist.yml
powershell -ExecutionPolicy RemoteSigned ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Invoke-TestRunner.ps1 -BuildType Debug,Develop -Platform NXFP2-a32,NXFP2-a64 -File ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Testlist/RyndaTlsTests.NroCtors.NX.testlist.yml
powershell -ExecutionPolicy RemoteSigned ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Invoke-TestRunner.ps1 -BuildType Debug,Develop -Platform NXFP2-a32,NXFP2-a64 -File ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Testlist/RyndaTlsTests.StorageClass.NX.testlist.yml
powershell -ExecutionPolicy RemoteSigned ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Invoke-TestRunner.ps1 -BuildType Debug,Develop -Platform NXFP2-a32,NXFP2-a64 -File ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Testlist/RyndaTlsTests.CtorsStress.NX.testlist.yml

// "Dev" tests are for development because they run faster (no aborts when there is a failure) but they don't show the name of test when running
// In Common/ntd-test-tls.c, define PRINT_ABORT and CALL_ABORT to 0
// all tests
powershell -ExecutionPolicy RemoteSigned ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Invoke-TestRunner.ps1 -BuildType Debug,Develop -Platform NXFP2-a32,NXFP2-a64 -File ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Testlist/RyndaTlsTests.Dev.NX.testlist.yml

// partial commands
powershell -ExecutionPolicy RemoteSigned ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Invoke-TestRunner.ps1 -BuildType Debug,Develop -Platform NXFP2-a32,NXFP2-a64 -File ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Testlist/RyndaTlsTests.Align.Dev.NX.testlist.yml
powershell -ExecutionPolicy RemoteSigned ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Invoke-TestRunner.ps1 -BuildType Debug,Develop -Platform NXFP2-a32,NXFP2-a64 -File ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Testlist/RyndaTlsTests.Ctors.Dev.NX.testlist.yml
powershell -ExecutionPolicy RemoteSigned ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Invoke-TestRunner.ps1 -BuildType Debug,Develop -Platform NXFP2-a32,NXFP2-a64 -File ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Testlist/RyndaTlsTests.NroCtors.Dev.NX.testlist.yml
powershell -ExecutionPolicy RemoteSigned ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Invoke-TestRunner.ps1 -BuildType Debug,Develop -Platform NXFP2-a32,NXFP2-a64 -File ${NINTENDO_SDK_ROOT}/Integrate/Scripts/Testlist/RyndaTlsTests.StorageClass.Dev.NX.testlist.yml
