X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2FMakefile.am;fp=ETL%2Ftrunk%2Ftest%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=a095981e18cc37a8ecc7cd237cc22b9c10329264;hp=2b1b6e9f4be2dcdef712a191c0a5a32097d71660;hpb=9459638ad6797b8139f1e9f0715c96076dbf0890;p=synfig.git diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am deleted file mode 100644 index 2b1b6e9..0000000 --- a/ETL/trunk/test/Makefile.am +++ /dev/null @@ -1,64 +0,0 @@ -# $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 - -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 -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