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

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-06-08 05:04:03 +0400
committerDavid Schleef <ds@schleef.org>2010-06-08 05:20:14 +0400
commitcece4f3e31c92f8c2df90da89b8daa7c88a6c6a7 (patch)
treeab2fefb2620ec1b550d4793806de307434246aa5 /testsuite
parent44508b748a2db22abb732d1a64f95f87844b2329 (diff)
Remove orc-float library
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am18
1 files changed, 1 insertions, 17 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 981e3cf..dc19a70 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -7,21 +7,15 @@ TESTS_ENVIRONMENT = \
TESTS = \
test_accsadubl test-schro \
exec_opcodes_sys \
- exec_opcodes_float \
exec_parse \
perf_opcodes_sys perf_parse \
memcpy_speed
-XFAIL_TESTS = \
- compile_opcodes_float_c \
- exec_opcodes_float
-
noinst_PROGRAMS = $(TESTS) generate_xml_table generate_xml_table2 \
generate_opcodes_sys compile_parse compile_parse_c memcpy_speed \
exec_parse \
compile_opcodes_sys_c \
- compile_opcodes_float_c \
- compile_opcodes_sys compile_opcodes_float
+ compile_opcodes_sys
EXTRA_DIST = test.orc
@@ -29,22 +23,12 @@ CLEANFILES = temp-orc-test-*
if ENABLE_BACKEND_NEON
TESTS += compile_opcodes_sys_neon \
- compile_opcodes_float_neon \
compile_parse_neon
noinst_PROGRAMS += compile_opcodes_sys_neon \
- compile_opcodes_float_neon \
compile_parse_neon
endif
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_neon_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