diff options
author | Dylan Baker <[email protected]> | 2017-11-07 16:00:34 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-02-06 15:00:17 -0800 |
commit | 105178db8f5d7d45b268c7664388d7db90350704 (patch) | |
tree | 474177d99731763bddcaf7a45cb4641ad4374f0d /src/mesa/main/tests/meson.build | |
parent | 9be7487f3076b2470ca547e2d9d7d54492718090 (diff) |
meson: fix test source name for static glapi
fixes: 43a6e84927e3 ("meson: build mesa test.")
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
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( |