Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « testsuite - github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c89eee5a06b95119a32e69f4898723c1a41dbf2c (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

DIST_SUBDIRS = orcc

TESTS_ENVIRONMENT = \
        testfile="$(srcdir)/test.orc"

TESTS = \
	test_accsadubl test-schro \
	exec_opcodes_sys \
	exec_parse \
	perf_opcodes_sys perf_parse \
	memcpy_speed \
	abi

noinst_PROGRAMS = $(TESTS) generate_xml_table generate_xml_table2 \
	generate_opcodes_sys compile_parse compile_parse_c memcpy_speed \
	perf_opcodes_sys_compare perf_parse_compare \
	exec_parse \
	compile_opcodes_sys_c \
	compile_opcodes_sys

EXTRA_DIST = test.orc

CLEANFILES = temp-orc-test-*

if ENABLE_BACKEND_NEON
noinst_PROGRAMS += compile_opcodes_sys_neon \
	compile_parse_neon
endif

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