https://github.com/rpcs3/ps3autotests
https://github.com/rpcs3/ps3autotests
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rpcs3/ps3autotests
- Owner: RPCS3
- License: gpl-2.0
- Created: 2014-03-01T12:24:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T17:51:19.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T23:11:30.730Z (9 months ago)
- Language: C++
- Size: 8.04 MB
- Stars: 29
- Watchers: 17
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PS3 Autotests
=============
A repository of PS3 programs performing several tests on the PS3 platform. Inspired by the [PSP Autotests](https://github.com/hrydgard/pspautotests) repository, and shares some goals with it and proposes some other ones:
* Provide a platform for benchmarking PS3 emulators and comparing their performance with a real PS3.
* Allow people to see how to use some obscure-newly-discovered APIs and features.
* Allow PS3 emulators to avoid some regressions while performing refactorings and to have a reference while implementing APIs.
The main idea behind this is having several files per test unit:
* _file.expected_: File with the expected TTY output, preferably from a real PS3.
* _file.elf_: The program that will call printf / sys_tty_write SysCall in order to generate an output.
* _file.c_: Include the source code or at least a brief description of the unit test (Optional).
## Building the tests
TODO
## Running tests on a real PS3
TODO
## Running tests on a PS3 emulator
TODO