X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftags%2FETL_%40VERSION_MAJ%40_%40VERSION_MIN%40_%40VERSION_REV%40%2Ftest%2FMakefile.am;fp=ETL%2Ftags%2FETL_%40VERSION_MAJ%40_%40VERSION_MIN%40_%40VERSION_REV%40%2Ftest%2FMakefile.am;h=b598a8e916a0b0ae80ac9c2de8077dff9cd26e4b;hb=609ffb6c7ad2996e4dde68b1066a27e80ed8a153;hp=0000000000000000000000000000000000000000;hpb=2431de3e401e81fb920d57b4c278bd2b156c277e;p=synfig.git diff --git a/ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/Makefile.am b/ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/Makefile.am new file mode 100644 index 0000000..b598a8e --- /dev/null +++ b/ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/Makefile.am @@ -0,0 +1,28 @@ +# $Id$ + +MAINTAINERCLEANFILES=Makefile.in +AM_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 +smart_ptr_SOURCES=smart_ptr.cpp +surface_SOURCES=surface.cpp +pen_SOURCES=pen.cpp +handle_SOURCES=handle.cpp +angle_SOURCES=angle.cpp +random_SOURCES=random.cpp +fixed_SOURCES=fixed.cpp +smach_SOURCES=smach.cpp +clock_SOURCES=clock.cpp +hermite_SOURCES=hermite.cpp +#spline_SOURCES=spline.cpp +stringf_SOURCES=stringf.cpp +#value_SOURCES=value.cpp + +# FIXME: fix compiler errors for the spline and value tests. +EXTRA_DIST=spline.cpp value.cpp