summaryrefslogtreecommitdiff
path: root/testsuite/Makefile.am
blob: e0736ab4cc396c9a9d21475b4c3e416e5d100f30 (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
35
36
37
38
39
40

DIST_SUBDIRS = orcc

TESTS = \
	compile_opcodes_sys_c \
	compile_opcodes_float_c \
	compile_opcodes_pixel_c \
	test_accsadubl test-schro \
	compile_opcodes_sys exec_opcodes_sys \
	compile_opcodes_float exec_opcodes_float \
	compile_opcodes_pixel exec_opcodes_pixel

XFAIL_TESTS = \
	compile_opcodes_float_c \
	compile_opcodes_pixel_c \
	exec_opcodes_float \
	exec_opcodes_pixel

noinst_PROGRAMS = $(TESTS) generate_xml_table generate_xml_table2 \
	generate_opcodes_sys

CLEANFILES = temp-orc-test-*

AM_CFLAGS = $(ORC_CFLAGS)
LIBS = $(ORC_LIBS) $(top_builddir)/orc-test/liborc-test-@ORC_MAJORMINOR@.la

compile_opcodes_float_c_LDADD = \
	$(top_builddir)/orc-float/liborc-float-@ORC_MAJORMINOR@.la
compile_opcodes_float_LDADD = \
	$(top_builddir)/orc-float/liborc-float-@ORC_MAJORMINOR@.la
exec_opcodes_float_LDADD = \
	$(top_builddir)/orc-float/liborc-float-@ORC_MAJORMINOR@.la

compile_opcodes_pixel_c_LDADD = \
	$(top_builddir)/orc-pixel/liborc-pixel-@ORC_MAJORMINOR@.la
compile_opcodes_pixel_LDADD = \
	$(top_builddir)/orc-pixel/liborc-pixel-@ORC_MAJORMINOR@.la
exec_opcodes_pixel_LDADD = \
	$(top_builddir)/orc-pixel/liborc-pixel-@ORC_MAJORMINOR@.la