Geotale 16dd5cbb90 Fix fres, add NI, more test cases
`fres` is reimplemented in an unoptimized way but it handles all edge cases
The specific magic numbers were binary searched on hardware
Someday NI maybe should be an option with the normal fres tests and not only ps_res
2024-09-23 17:28:19 -05:00
2024-09-23 17:28:19 -05:00
2024-09-23 17:28:19 -05:00
2022-04-16 22:54:31 -07:00
2018-02-25 19:28:38 +01:00
2018-02-26 19:22:53 +01:00
2014-03-10 14:17:20 +01:00
2016-01-06 22:44:08 +01:00
2022-02-23 11:44:01 -08:00

Test suite for the GameCube/Wii hardware

Released under GPLv2.

Requirements:

  • CMake
  • devkitPPC
  • libogc (if not installed into ${DEVKITPRO}/libogc, a CMake variable called LIBOGCDIR needs to be specified)
  • DEVKITPRO and DEVKITPPC environment variables (see devkitPPC documentation)

To use the run_* CMake targets:

  • netcat
  • WIILOAD environment variable with the IP address of your Wii, e.g., export WIILOAD=tcp:192.168.0.124

Usage:

To build all tests, call ./build.sh from the root directory. (Set the MAKEFLAGS environment variable to build in parallel.)

Tests are run by sending their ELFs one-by-one over the network to a Wii running the Homebrew Channel. To do this, call make run_$NAMEOFTEST from the build directory.

To run all tests, call make -j1 run from the build directory. Note that there are some very slow tests.

Test results are sent back over TCP on port 16784, if you are running the test locally on an emulator you can simply run the command telnet localhost 16784 in the terminal.

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:26:35.042Z
Readme 674 KiB
Languages
C++ 96.9%
C 1.9%
CMake 1.1%