X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=ETL%2Ftest%2FMakefile.am;h=6a22fdb7c0881d54bffacb6c58b100631a5c3298;hp=2b1b6e9f4be2dcdef712a191c0a5a32097d71660;hb=545d85e234bb5140f5898f06aee377cc27c406b3;hpb=d243d7ecee75cc386a751c79ce7085e92afcbf27 diff --git a/ETL/test/Makefile.am b/ETL/test/Makefile.am index 2b1b6e9..6a22fdb 100644 --- a/ETL/test/Makefile.am +++ b/ETL/test/Makefile.am @@ -23,9 +23,9 @@ TESTS = \ pen \ surface \ smart_ptr \ - benchmark -# spline \ -# value + benchmark \ + spline \ + value check_PROGRAMS = \ fixed \ @@ -39,9 +39,9 @@ check_PROGRAMS = \ surface \ smart_ptr \ benchmark \ - smach -# spline \ -# value + smach \ + spline \ + value benchmark_SOURCES=benchmark.cpp smart_ptr_SOURCES=smart_ptr.cpp @@ -54,9 +54,9 @@ 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 = \