projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be7487
)
meson: fix test source name for static glapi
author
Dylan Baker
<dylan@pnwbakers.com>
Wed, 8 Nov 2017 00:00:34 +0000
(16:00 -0800)
committer
Dylan Baker
<dylan@pnwbakers.com>
Tue, 6 Feb 2018 23:00:17 +0000
(15:00 -0800)
fixes:
43a6e84927e3
("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>
src/mesa/main/tests/meson.build
patch
|
blob
|
history
diff --git
a/src/mesa/main/tests/meson.build
b/src/mesa/main/tests/meson.build
index 12be73939451a29aa23f9f55d624eecb45daf97c..d1bd81a5604eaf5866d23076f2e36206791eaf81 100644
(file)
--- 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('stub
s
.cpp')
endif
test(