diff options
| author | David Schleef <ds@schleef.org> | 2010-03-18 22:13:07 -0700 |
|---|---|---|
| committer | David Schleef <ds@schleef.org> | 2010-03-18 22:13:07 -0700 |
| commit | 1f4dae882a562f7c4baffadb072e75cb5d10bde4 (patch) | |
| tree | 1c822fd5944514d450f9f70446e9f44f5cabd1f4 /testsuite | |
| parent | d7ff08b1b33de3a680a98805155f10e1a65e0456 (diff) | |
tests: remove compile tests from TESTS
These don't work consistently, and not at all if your compiler
is not named "gcc".
Diffstat (limited to 'testsuite')
| -rw-r--r-- | testsuite/Makefile.am | 15 |
1 files 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 |
