summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-07-13 16:10:59 -0700
committerDavid Schleef <ds@schleef.org>2010-07-13 16:10:59 -0700
commit923abe9e1c944eaa7f82715001ea36a69ad01c76 (patch)
tree0f9557edf926cb5305d60d138f55eefd80a6f2f2 /testsuite
parent8ae301322197b64f1fd9a06ae2ba8f865d7ecb2b (diff)
tests: don't run neon tests
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 3bdaa5b..3a6f3d8 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -23,8 +23,6 @@ EXTRA_DIST = test.orc
CLEANFILES = temp-orc-test-*
if ENABLE_BACKEND_NEON
-TESTS += compile_opcodes_sys_neon \
- compile_parse_neon
noinst_PROGRAMS += compile_opcodes_sys_neon \
compile_parse_neon
endif