yet more make fixes

This commit is contained in:
Fischlurch 2008-08-21 09:58:34 +02:00
parent 0ece037f91
commit 616d522ea9
2 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -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 \