Rename dynapica TU to shader

These unit-tests in particular only actually test
the shader-interpreter and not any of the JITs.
This commit is contained in:
Wunkolo 2024-03-11 16:18:43 -07:00
parent 18df066463
commit 8d61086856
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -534,7 +534,7 @@ if(ENABLE_TESTS)
target_include_directories(nihstro-headers SYSTEM INTERFACE ./third_party/nihstro/include)
add_executable(AlberTests
tests/dynapica.cpp
tests/shader.cpp
)
target_link_libraries(
AlberTests