From 01234a1fa775117bd16009f95bd333849273d194 Mon Sep 17 00:00:00 2001 From: pabs Date: Mon, 24 Apr 2006 06:24:42 +0000 Subject: [PATCH] Fix 1475210: allow etl to be bootstrapped properly git-svn-id: http://svn.voria.com/code@159 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am index e493c0c..a9735c0 100644 --- a/ETL/trunk/test/Makefile.am +++ b/ETL/trunk/test/Makefile.am @@ -3,9 +3,9 @@ MAINTAINERCLEANFILES=Makefile.in CXXFLAGS=@CXXFLAGS@ -I$(top_srcdir) -I$(top_builddir) DEFAULT_INCLUDES=-I$(top_srcdir) -I$(top_builddir) -TESTS=fixed clock handle angle random hermite stringf pen surface smart_ptr benchmark +TESTS=fixed clock handle angle random hermite stringf pen surface smart_ptr benchmark spline value -check_PROGRAMS=fixed handle clock angle random hermite stringf pen surface smart_ptr benchmark smach +check_PROGRAMS=fixed handle clock angle random hermite stringf pen surface smart_ptr benchmark smach spline value benchmark_SOURCES=benchmark.cpp smart_ptr_SOURCES=smart_ptr.cpp -- 2.7.4