Re: [Mesa-dev] [PATCH] autotools: Only build libmesa-st-tests-common.a for tests.

2018-02-02 Thread Gert Wollny
Thanks, my automake knowledge is a bit rusty so that I didn't know about this option to limit the build to "make check". Reviewed-By: Gert Wollny Am Freitag, den 02.02.2018, 16:59 +0100 schrieb Bas Nieuwenhuizen: > We don't need the library if we don't build tests, and building > it adds a depen

[Mesa-dev] [PATCH] autotools: Only build libmesa-st-tests-common.a for tests.

2018-02-02 Thread Bas Nieuwenhuizen
We don't need the library if we don't build tests, and building it adds a dependency on gtest which adds a dependency on cxxabi.h. Fixes: 6569b33b6e "mesa/st/tests: unify MockCodeLine* classes" --- src/mesa/state_tracker/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif