mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
automake: st/mesa/tests: add st_tests_common.h to the tarball
Fixes: 6569b33b6e ("mesa/st/tests: unify MockCodeLine* classes")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
0beaf7ad3e
commit
785d9a4ed8
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ noinst_LIBRARIES = libmesa-st-tests-common.a
|
|||
endif
|
||||
|
||||
libmesa_st_tests_common_a_SOURCES = \
|
||||
st_tests_common.cpp
|
||||
st_tests_common.cpp \
|
||||
st_tests_common.h
|
||||
|
||||
st_renumerate_test_SOURCES = \
|
||||
test_glsl_to_tgsi_lifetime.cpp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue