mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-02 10:14:48 +12:00
Initialize catch-2 based unit tests
This commit is contained in:
parent
929019e76b
commit
4b6266e3f2
2 changed files with 27 additions and 0 deletions
tests
10
tests/dynapica.cpp
Normal file
10
tests/dynapica.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include <PICA/dynapica/shader_rec.hpp>
|
||||
#include <catch2/catch_approx.hpp>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
#include "PICA/shader.hpp"
|
||||
|
||||
#if defined(PANDA3DS_SHADER_JIT_SUPPORTED)
|
||||
TEST_CASE("Test", "[shader][dynapica]") {}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue