ggdt/ggdt/tests
Gered fbf6d1e716 added "manual" integration tests for basic system/window verification
since i cannot think of any way to verify these tests in a automated
way, these are all set up currently as "ignored" tests which need to be
manually run (either directly via the IDE, e.g. CLion as I use, or via
the an ALTERNATIVE test runner via the CLI (such as nextest). these
cannot be run all together via `cargo test` (even if running with only
a single thread). `cargo test` can only be used to run them successfully
one test per invocation.
2023-04-14 13:18:47 -04:00
..
manual added "manual" integration tests for basic system/window verification 2023-04-14 13:18:47 -04:00
ref update visual reference test image affected by some recent changes 2023-04-04 21:06:41 -04:00
graphics_indexed.rs add indexed triangle 2d visual reference tests 2023-04-04 18:26:38 -04:00
graphics_rgba.rs add new blend function and rgba triangle 2d visual reference tests 2023-04-04 17:52:00 -04:00
helpers.rs organize test assets a little bit better 2023-03-21 15:09:47 -04:00