diff options
author | David Schleef <ds@schleef.org> | 2009-03-25 04:25:41 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2009-05-26 16:55:41 -0700 |
commit | 659162c0892ee34f1d93b5e2c07cd93ef4acc86e (patch) | |
tree | 2a2c82f600654a5bf02e8fba1e6f217889137c41 /testsuite/Makefile.am | |
parent | 5e1199e95634a45244dd2e6fcdd2280dfeb3431c (diff) |
install test programs
Diffstat (limited to 'testsuite/Makefile.am')
-rw-r--r-- | testsuite/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 4a65851..0a0c0a7 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -19,7 +19,7 @@ orcbin_PROGRAMS = $(TESTS) CLEANFILES = temp-orc-test-* TESTS += test6 -noinst_PROGRAMS += test6 +orcbin_PROGRAMS += test6 AM_CFLAGS = $(ORC_CFLAGS) LIBS = $(ORC_LIBS) $(top_builddir)/orc-test/liborc-test-0.3.la |