summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-12-13 17:44:37 -0800
committerDavid Schleef <ds@schleef.org>2009-12-13 17:44:37 -0800
commit104c2322252ed0427b5301350ec44b18d19cc531 (patch)
tree37fb759964e29875210f38eb08d98c19df3dee09
parent7dc7dfa63b2a44570ac7188ab3127ba7559cf734 (diff)
tests: Fix distcheck
-rw-r--r--testsuite/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 96a9d14..a179bb3 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -8,8 +8,7 @@ TESTS = \
test_accsadubl test-schro \
compile_opcodes_sys exec_opcodes_sys \
compile_opcodes_float exec_opcodes_float \
- compile_opcodes_pixel exec_opcodes_pixel \
- compile_parse_c
+ compile_opcodes_pixel exec_opcodes_pixel
XFAIL_TESTS = \
compile_opcodes_float_c \
@@ -18,7 +17,9 @@ XFAIL_TESTS = \
exec_opcodes_pixel
noinst_PROGRAMS = $(TESTS) generate_xml_table generate_xml_table2 \
- generate_opcodes_sys
+ generate_opcodes_sys compile_parse_c
+
+EXTRA_DIST = test.orc
CLEANFILES = temp-orc-test-*