From: Emil Velikov Date: Thu, 25 Jan 2018 15:31:10 +0000 (+0000) Subject: automake: st/mesa/tests: add st_tests_common.h to the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=785d9a4ed84b2e4f2c7ddaf78e2d91f4abd46a59;p=mesa.git automake: st/mesa/tests: add st_tests_common.h to the tarball Fixes: 6569b33b6ee ("mesa/st/tests: unify MockCodeLine* classes") Signed-off-by: Emil Velikov --- diff --git a/src/mesa/state_tracker/tests/Makefile.am b/src/mesa/state_tracker/tests/Makefile.am index 0350c64bf3d..3c7993dc8d1 100644 --- a/src/mesa/state_tracker/tests/Makefile.am +++ b/src/mesa/state_tracker/tests/Makefile.am @@ -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