summaryrefslogtreecommitdiff
path: root/src/gallium/tests/unit/Makefile.am
blob: 9f1d3b98cde9117948941d250ef1d2c9a9e1ef25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# TODO: wire up some useful tests to make check

include $(top_srcdir)/src/gallium/Automake.inc

EXTRA_DIST = SConscript

AM_CFLAGS = \
	$(GALLIUM_CFLAGS)

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/gallium/drivers \
	-I$(top_srcdir)/src/gallium/winsys

LDADD = \
	$(top_builddir)/src/gallium/auxiliary/libgallium.la \
	$(top_builddir)/src/util/libmesautil.la \
	$(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
	$(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
	$(GALLIUM_COMMON_LIB_DEPS)

noinst_PROGRAMS = pipe_barrier_test u_cache_test u_half_test \
	u_format_test u_format_compatible_test translate_test

pipe_barrier_test_SOURCES = pipe_barrier_test.c

u_cache_test_SOURCES = u_cache_test.c

u_half_test_SOURCES = u_half_test.c

u_format_test_SOURCES = u_format_test.c

u_format_compatible_test_SOURCES = u_format_compatible_test.c

translate_test_SOURCES = translate_test.c