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:
Emil Velikov
2018-01-25 15:31:10 +00:00
committed by Emil Velikov
parent 0beaf7ad3e
commit 785d9a4ed8

View File

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