From 1f4dae882a562f7c4baffadb072e75cb5d10bde4 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 18 Mar 2010 22:13:07 -0700 Subject: [PATCH] tests: remove compile tests from TESTS These don't work consistently, and not at all if your compiler is not named "gcc". --- testsuite/Makefile.am | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 661da0f..3627e06 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -2,13 +2,10 @@ 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 \ + exec_opcodes_sys \ + exec_opcodes_float \ + exec_opcodes_pixel \ perf_opcodes_sys perf_parse \ memcpy_speed @@ -19,7 +16,11 @@ XFAIL_TESTS = \ exec_opcodes_pixel noinst_PROGRAMS = $(TESTS) generate_xml_table generate_xml_table2 \ - generate_opcodes_sys compile_parse_c memcpy_speed + generate_opcodes_sys compile_parse_c memcpy_speed \ + compile_opcodes_sys_c \ + compile_opcodes_float_c \ + compile_opcodes_pixel_c \ + compile_opcodes_sys compile_opcodes_float compile_opcodes_pixel EXTRA_DIST = test.orc -- 2.7.4