From 1c34e80fdaeca7511af50087cb50872c1475f79d Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Wed, 24 Oct 2001 08:36:35 +0000 Subject: [PATCH] Don't install tests. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5716 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/app-utils/test/Makefile.am | 2 +- src/engine/test/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app-utils/test/Makefile.am b/src/app-utils/test/Makefile.am index c3df6d7372..c69ef69006 100644 --- a/src/app-utils/test/Makefile.am +++ b/src/app-utils/test/Makefile.am @@ -23,7 +23,7 @@ LDADD = \ ${top_srcdir}/src/engine/test-core/libgncmod-test-engine.la \ -lltdl -bin_PROGRAMS = \ +noinst_PROGRAMS = \ test-link-module \ test-exp-parser \ test-print-parse-amount diff --git a/src/engine/test/Makefile.am b/src/engine/test/Makefile.am index b179fda28a..1dfe24f662 100644 --- a/src/engine/test/Makefile.am +++ b/src/engine/test/Makefile.am @@ -35,7 +35,7 @@ TESTS_ENVIRONMENT = \ LTDL_LIBRARY_PATH=../../gnc-module \ LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:..:../.libs:${top_srcdir}/src/gnc-module:${top_srcdir}/src/gnc-module/.libs:${top_srcdir}/src/guile:${top_srcdir}/src/guile/.libs -bin_PROGRAMS = \ +noinst_PROGRAMS = \ test-commodities \ test-freq-spec \ test-group-vs-book \