From 616d522ea93d06d9b6881a0ba43edcbf7a6f0572 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Thu, 21 Aug 2008 09:58:34 +0200 Subject: [PATCH] yet more make fixes --- tests/common/Makefile.am | 8 +++++--- tests/components/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am index cc027e477..f9f5867e5 100644 --- a/tests/common/Makefile.am +++ b/tests/common/Makefile.am @@ -41,7 +41,7 @@ test_common_SOURCES = \ $(testcommon_srcdir)/factorytest.cpp \ $(testcommon_srcdir)/helloworldtest.cpp \ $(testcommon_srcdir)/lifecycletest.cpp \ - $(testcommon_srcdir)/mainsuite.cpp \ + $(testcommon_srcdir)/mainsuite.cpp \ $(testcommon_srcdir)/query/queryutilstest.cpp \ $(testcommon_srcdir)/removefromsettest.cpp \ $(testcommon_srcdir)/sanitizedidentifiertest.cpp \ @@ -50,8 +50,10 @@ test_common_SOURCES = \ $(testcommon_srcdir)/singletontestmocktest.cpp \ $(testcommon_srcdir)/test/cmdlinewrappertest.cpp \ $(testcommon_srcdir)/test/testoptiontest.cpp \ - $(testcommon_srcdir)/typelisttest.cpp \ - $(testcommon_srcdir)/typelistutiltest.cpp \ + $(testcommon_srcdir)/meta/typelisttest.cpp \ + $(testcommon_srcdir)/meta/typelismaniptest.cpp \ + $(testcommon_srcdir)/meta/generatortest.cpp \ + $(testcommon_srcdir)/meta/configflagstest.cpp \ $(testcommon_srcdir)/visitingtoolconcept.cpp \ $(testcommon_srcdir)/visitingtoolextendedtest.cpp \ $(testcommon_srcdir)/visitingtooltest.cpp diff --git a/tests/components/Makefile.am b/tests/components/Makefile.am index 088dbe668..3fce30365 100644 --- a/tests/components/Makefile.am +++ b/tests/components/Makefile.am @@ -47,7 +47,8 @@ test_components_SOURCES = \ $(testcomponents_srcdir)/proc/asset/makecliptest.cpp \ $(testcomponents_srcdir)/proc/asset/orderingofassetstest.cpp \ $(testcomponents_srcdir)/proc/asset/testasset.cpp \ - $(testcomponents_srcdir)/proc/engine/sourcenodetest.cpp \ + $(testcomponents_srcdir)/proc/engine/bufftabletest.cpp \ + $(testcomponents_srcdir)/proc/engine/sourcenodetest.cpp \ $(testcomponents_srcdir)/proc/mobject/builder/buildertooltest.cpp \ $(testcomponents_srcdir)/proc/mobject/builder/buildsegmenttest.cpp \ $(testcomponents_srcdir)/proc/mobject/controller/rendersegmenttest.cpp \