diff options
Diffstat (limited to 'src/mesa/main/tests/meson.build')
-rw-r--r-- | src/mesa/main/tests/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/tests/meson.build b/src/mesa/main/tests/meson.build index 12be7393945..d1bd81a5604 100644 --- a/src/mesa/main/tests/meson.build +++ b/src/mesa/main/tests/meson.build @@ -30,7 +30,7 @@ if with_shared_glapi ) link_main_test += libglapi else - files_main_test += files('stub.cpp') + files_main_test += files('stubs.cpp') endif test( |