X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=ETL%2Ftrunk%2Ftest%2FMakefile.am;h=afe5ca79f9dc9a2a638bac99cdb234e9465bf813;hb=55f199440239c9c9ed0e9f9912f2a5dae0ccfd58;hp=16988a2750a23a05ccd4abc05cd36bdf8d1d1c6a;hpb=c9ce08f312b9ea653001807d914d358ec0e002b9;p=synfig.git diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am index 16988a2..afe5ca7 100644 --- a/ETL/trunk/test/Makefile.am +++ b/ETL/trunk/test/Makefile.am @@ -1,13 +1,47 @@ # $Id$ -MAINTAINERCLEANFILES=Makefile.in -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 -TESTS=fixed clock handle angle random hermite stringf pen surface smart_ptr benchmark +MAINTAINERCLEANFILES = \ + Makefile.in -#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 +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 @@ -25,4 +59,6 @@ stringf_SOURCES=stringf.cpp #value_SOURCES=value.cpp # FIXME: fix compiler errors for the spline and value tests. -EXTRA_DIST=spline.cpp value.cpp +EXTRA_DIST = \ + spline.cpp \ + value.cpp