Add shader unit-testing (#457)

* Initialize catch-2 based unit tests

* Add nihstro submodule

Enabled only during testing to help with assembling shaders in-code.

* Implement `ADD` instruction unit-test

* Add arithmetic/logical instruction unit tests

* Add embedded catch2 submodule

Will use the host catch2 if available.
This commit is contained in:
Wunk
2024-03-11 15:53:49 -07:00
committed by GitHub
parent 929019e76b
commit 18df066463
5 changed files with 263 additions and 0 deletions

1
third_party/Catch2 vendored Submodule

Submodule third_party/Catch2 added at 4acc51828f

1
third_party/nihstro vendored Submodule

Submodule third_party/nihstro added at e924e21b1d