meson: fix test source name for static glapi

fixes: 43a6e84927 ("meson: build mesa test.")
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Dylan Baker 2017-11-07 16:00:34 -08:00
parent 9be7487f30
commit 105178db8f

View file

@ -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(