diff --git a/CMakeLists.txt b/CMakeLists.txt index 629601ab..fe9a8584 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/tests/dynapica.cpp b/tests/shader.cpp similarity index 100% rename from tests/dynapica.cpp rename to tests/shader.cpp