Commit Graph

3 Commits

Author SHA1 Message Date
chris constantinescu
410d45be21 Low level tests - platform fixes and presubmit default compilation to prevent breaking
- Addressed remaining NDA platform code that was present in public facing folders
- Compile LowLevelTests target by default on presubmits and incremental builds for Main and 5.0
- Add dummy test on LowLevelTetsts and run it on consoles daily - this test is called "Self" and it's a sanity check run for Catch2
- Fixed Switch indefinite hang - Self test run successfully on this console
- Added IRunningStateOptions to control app run state: startup and check running state options
- AudioUnitTests run successfully on XboxOneGDK and XSX
- XSX Self and AudioUnitTests run successfully but XSX reports VideoEscape errors - JIRA UE-131334

#jira UEENGQA-52681, UE-127449
#rb Jerome.Delattre
#robomerge 5.0

[CL 17830364 by chris constantinescu in ue5-main branch]
2021-10-15 12:15:53 -04:00
chris constantinescu
cd6530efad Low Level Tests: code tests built on Catch2 with multi-platform support.
Intended for writing unit, integration, functional and all types of tests.

#jira UEENGQA-49764
#rb Jerome.Delattre

[CL 17666358 by chris constantinescu in ue5-main branch]
2021-09-29 15:50:07 -04:00
chris constantinescu
1b3cd26370 Unit test with Catch2 as common module
* Moved into a ThirdParty module along with harness and report
* Currently used by AudioUnitTests and GeometryProcessingUnitTests
* Test executables wait for input on finish by default, use --no-wait to exit without waiting
* Use latest release 2.13.6 of catch.hpp

#jira UEENGQA-47901

[CL 16977554 by chris constantinescu in ue5-main branch]
2021-07-27 21:00:56 -04:00