mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
i965: Link test programs with gtest before pthreads.
Cc: "10.5" <mesa-stable@lists.freedesktop.org>
Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=540962
(cherry picked from commit 0b6d43e329)
This commit is contained in:
parent
760407ff9e
commit
aac12f4542
1 changed files with 10 additions and 10 deletions
|
|
@ -65,32 +65,32 @@ check_PROGRAMS = $(TESTS)
|
|||
test_fs_cmod_propagation_SOURCES = \
|
||||
test_fs_cmod_propagation.cpp
|
||||
test_fs_cmod_propagation_LDADD = \
|
||||
$(TEST_LIBS) \
|
||||
$(top_builddir)/src/gtest/libgtest.la
|
||||
$(top_builddir)/src/gtest/libgtest.la \
|
||||
$(TEST_LIBS)
|
||||
|
||||
test_fs_saturate_propagation_SOURCES = \
|
||||
test_fs_saturate_propagation.cpp
|
||||
test_fs_saturate_propagation_LDADD = \
|
||||
$(TEST_LIBS) \
|
||||
$(top_builddir)/src/gtest/libgtest.la
|
||||
$(top_builddir)/src/gtest/libgtest.la \
|
||||
$(TEST_LIBS)
|
||||
|
||||
test_vf_float_conversions_SOURCES = \
|
||||
test_vf_float_conversions.cpp
|
||||
test_vf_float_conversions_LDADD = \
|
||||
$(TEST_LIBS) \
|
||||
$(top_builddir)/src/gtest/libgtest.la
|
||||
$(top_builddir)/src/gtest/libgtest.la \
|
||||
$(TEST_LIBS)
|
||||
|
||||
test_vec4_register_coalesce_SOURCES = \
|
||||
test_vec4_register_coalesce.cpp
|
||||
test_vec4_register_coalesce_LDADD = \
|
||||
$(TEST_LIBS) \
|
||||
$(top_builddir)/src/gtest/libgtest.la
|
||||
$(top_builddir)/src/gtest/libgtest.la \
|
||||
$(TEST_LIBS)
|
||||
|
||||
test_vec4_copy_propagation_SOURCES = \
|
||||
test_vec4_copy_propagation.cpp
|
||||
test_vec4_copy_propagation_LDADD = \
|
||||
$(TEST_LIBS) \
|
||||
$(top_builddir)/src/gtest/libgtest.la
|
||||
$(top_builddir)/src/gtest/libgtest.la \
|
||||
$(TEST_LIBS)
|
||||
|
||||
test_eu_compact_SOURCES = \
|
||||
test_eu_compact.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue