X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2FMakefile.am;h=fd15977ffd5ac7154e318aea24c31f366ceee1f9;hb=7a631732a7ac2ea15a67456f53028fdc34b31ffc;hp=a9735c01f0a4224fe3cc9c149022a54b9380531f;hpb=01234a1fa775117bd16009f95bd333849273d194;p=synfig.git diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am index a9735c0..fd15977 100644 --- a/ETL/trunk/test/Makefile.am +++ b/ETL/trunk/test/Makefile.am @@ -1,11 +1,13 @@ -# $Header: /opt/voria/cvs/ETL/test/Makefile.am,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $ +# $Id$ 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 spline value +#TESTS=fixed clock handle angle random hermite stringf pen surface smart_ptr benchmark spline value +TESTS=fixed clock handle angle random hermite stringf pen surface smart_ptr benchmark -check_PROGRAMS=fixed handle clock angle random hermite stringf pen surface smart_ptr benchmark smach spline value +#check_PROGRAMS=fixed handle clock angle random hermite stringf pen surface smart_ptr benchmark smach spline value +check_PROGRAMS=fixed handle clock angle random hermite stringf pen surface smart_ptr benchmark smach benchmark_SOURCES=benchmark.cpp smart_ptr_SOURCES=smart_ptr.cpp @@ -18,6 +20,6 @@ fixed_SOURCES=fixed.cpp smach_SOURCES=smach.cpp clock_SOURCES=clock.cpp hermite_SOURCES=hermite.cpp -spline_SOURCES=spline.cpp +#spline_SOURCES=spline.cpp stringf_SOURCES=stringf.cpp -value_SOURCES=value.cpp +#value_SOURCES=value.cpp