X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=ETL%2Ftrunk%2Ftest%2FMakefile.am;h=0aeb8ab099375b0af27b969821ae582e76b6bc49;hb=54703223dac68177832ee5e1d832e26b2ba47acf;hp=e493c0c5f72b7c8b7db572534be4dfe9f8214d30;hpb=117425a5858bb094f2e54af5d018499ab703b227;p=synfig.git diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am index e493c0c..0aeb8ab 100644 --- a/ETL/trunk/test/Makefile.am +++ b/ETL/trunk/test/Makefile.am @@ -3,8 +3,10 @@ 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 +#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 @@ -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