From: pabs Date: Mon, 24 Apr 2006 06:24:42 +0000 (+0000) Subject: Fix 1475210: allow etl to be bootstrapped properly X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=01234a1fa775117bd16009f95bd333849273d194;p=synfig.git Fix 1475210: allow etl to be bootstrapped properly git-svn-id: http://svn.voria.com/code@159 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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