X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2FMakefile.am;h=2b1b6e9f4be2dcdef712a191c0a5a32097d71660;hb=7dec3bd5f5cc0d3363c63f5d825a9b8df9825050;hp=5277f516993de9990aa738ed2a6e17a3bf024974;hpb=b3016b249333ac0ab0008d8c6c4d9029b2ff30c9;p=synfig.git diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am index 5277f51..2b1b6e9 100644 --- a/ETL/trunk/test/Makefile.am +++ b/ETL/trunk/test/Makefile.am @@ -1,11 +1,47 @@ -# $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=value fixed clock handle angle random hermite spline stringf pen surface smart_ptr benchmark +MAINTAINERCLEANFILES = \ + Makefile.in -check_PROGRAMS=value fixed handle clock angle random hermite spline stringf pen surface smart_ptr benchmark smach +AM_CXXFLAGS = \ + @CXXFLAGS@ \ + -I$(top_srcdir) \ + -I$(top_builddir)/ETL + +DEFAULT_INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_builddir)/ETL + +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 +# spline \ +# value benchmark_SOURCES=benchmark.cpp smart_ptr_SOURCES=smart_ptr.cpp @@ -18,6 +54,11 @@ 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 + +# FIXME: fix compiler errors for the spline and value tests. +EXTRA_DIST = \ + spline.cpp \ + value.cpp