LUMIERA.clone/tests/components/Makefile.am

118 lines
6.5 KiB
Makefile
Raw Normal View History

2008-05-19 01:55:05 +02:00
# Copyright (C) Lumiera.org
2008-05-19 13:31:18 +02:00
# 2008, Christian Thaeter <ct@pipapo.org>
2008-05-19 01:55:05 +02:00
# Hermann Vosseler <Ichthyostega@web.de>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
testcomponents_srcdir = $(top_srcdir)/tests/components
check_PROGRAMS += test-components
2008-12-18 10:26:38 +01:00
test_components_CPPFLAGS = $(AM_CPPFLAGS) -Wall -I$(testcomponents_srcdir)
test_components_LDADD = \
$(LUMIERA_LIBS) \
liblumiera.la \
liblumierabackend.la \
liblumieracommon.la \
liblumieraproc.la \
liblumiprocasset.la \
liblumiprocengine.la \
liblumiprocmobject.la \
liblumiprocmobjectbuilder.la \
liblumiprocmobjectsession.la
2008-05-19 01:55:05 +02:00
test_components_SOURCES = \
$(testcomponents_srcdir)/mainsuite.cpp \
$(testcomponents_srcdir)/backend/mediaaccessmock.cpp \
$(testcomponents_srcdir)/backend/mediaaccessmocktest.cpp \
$(testcomponents_srcdir)/proc/asset/asset-category-test.cpp \
$(testcomponents_srcdir)/proc/asset/basicpipetest.cpp \
$(testcomponents_srcdir)/proc/asset/compoundmediatest.cpp \
$(testcomponents_srcdir)/proc/asset/create-asset-test.cpp \
$(testcomponents_srcdir)/proc/asset/deleteassettest.cpp \
$(testcomponents_srcdir)/proc/asset/dependent-assets-test.cpp \
$(testcomponents_srcdir)/proc/asset/entry-id-test.cpp \
$(testcomponents_srcdir)/proc/asset/identityofassetstest.cpp \
$(testcomponents_srcdir)/proc/asset/makecliptest.cpp \
$(testcomponents_srcdir)/proc/asset/mediastructurequerytest.cpp \
$(testcomponents_srcdir)/proc/asset/orderingofassetstest.cpp \
$(testcomponents_srcdir)/proc/asset/testasset.cpp \
2010-11-06 18:17:25 +01:00
$(testcomponents_srcdir)/proc/asset/typed-id-test.cpp \
$(testcomponents_srcdir)/proc/control/argument-tuple-accept-test.cpp \
$(testcomponents_srcdir)/proc/control/command-argument-test.cpp \
$(testcomponents_srcdir)/proc/control/command-basic-test.cpp \
$(testcomponents_srcdir)/proc/control/command-binding-test.cpp \
$(testcomponents_srcdir)/proc/control/command-clone-builder-test.cpp \
$(testcomponents_srcdir)/proc/control/command-equality-test.cpp \
$(testcomponents_srcdir)/proc/control/command-mutation-test.cpp \
$(testcomponents_srcdir)/proc/control/command-registry-test.cpp \
$(testcomponents_srcdir)/proc/control/command-use1-test.cpp \
$(testcomponents_srcdir)/proc/control/command-use2-test.cpp \
$(testcomponents_srcdir)/proc/control/command-use3-test.cpp \
$(testcomponents_srcdir)/proc/control/handling-pattern-basics-test.cpp \
$(testcomponents_srcdir)/proc/control/handling-pattern-standard-impl-test.cpp \
$(testcomponents_srcdir)/proc/control/memento-tie-test.cpp \
$(testcomponents_srcdir)/proc/control/test-dummy-commands.cpp \
$(testcomponents_srcdir)/proc/engine/buff-table-test.cpp \
$(testcomponents_srcdir)/proc/engine/node-basic-test.cpp \
$(testcomponents_srcdir)/proc/engine/node-fabrication-test.cpp \
$(testcomponents_srcdir)/proc/engine/node-operation-test.cpp \
$(testcomponents_srcdir)/proc/engine/node-source-test.cpp \
$(testcomponents_srcdir)/proc/mobject/builder/buildertooltest.cpp \
$(testcomponents_srcdir)/proc/mobject/builder/buildsegmenttest.cpp \
$(testcomponents_srcdir)/proc/mobject/builder/model-port-registry-test.cpp \
$(testcomponents_srcdir)/proc/mobject/controller/rendersegmenttest.cpp \
2010-11-06 18:17:25 +01:00
$(testcomponents_srcdir)/proc/mobject/mobject-interface-test.cpp \
$(testcomponents_srcdir)/proc/mobject/mobject-ref-test.cpp \
$(testcomponents_srcdir)/proc/mobject/output-mapping-test.cpp \
$(testcomponents_srcdir)/proc/mobject/placement-basic-test.cpp \
$(testcomponents_srcdir)/proc/mobject/placement-hierarchy-test.cpp \
2010-11-06 18:17:25 +01:00
$(testcomponents_srcdir)/proc/mobject/placement-object-identity-test.cpp \
$(testcomponents_srcdir)/proc/mobject/placement-ref-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/addcliptest.cpp \
$(testcomponents_srcdir)/proc/mobject/session/defsmanagerimpltest.cpp \
$(testcomponents_srcdir)/proc/mobject/session/defsmanagertest.cpp \
$(testcomponents_srcdir)/proc/mobject/session/defsregistryimpltest.cpp \
$(testcomponents_srcdir)/proc/mobject/session/deletecliptest.cpp \
$(testcomponents_srcdir)/proc/mobject/session/placement-index-query-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/placement-index-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/placement-scope-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/query-focus-stack-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/query-focus-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/query-resolver-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/rebuildfixturetest.cpp \
$(testcomponents_srcdir)/proc/mobject/session/scope-path-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/scope-query-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/session-element-query-test.cpp \
2010-11-06 18:17:25 +01:00
$(testcomponents_srcdir)/proc/mobject/session/session-element-tracker-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/sessionmanagertest.cpp \
2010-11-06 18:17:25 +01:00
$(testcomponents_srcdir)/proc/mobject/session/session-modify-parts-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/session-service-access-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/session-structure-test.cpp \
$(testcomponents_srcdir)/proc/mobject/session/testclip.cpp \
$(testcomponents_srcdir)/proc/mobject/session/test-scopes.cpp \
2010-11-06 18:17:25 +01:00
$(testcomponents_srcdir)/proc/mobject/session/timeline-sequence-handling-test.cpp
2008-05-19 01:55:05 +02:00
2008-05-19 01:55:05 +02:00
noinst_HEADERS += \
$(testcomponents_srcdir)/backend/mediaaccessmock.hpp \
2009-08-19 15:36:03 +02:00
$(testcomponents_srcdir)/proc/asset/asset-diagnostics.hpp \
2008-05-19 01:55:05 +02:00
$(testcomponents_srcdir)/proc/asset/testasset.hpp \
$(testcomponents_srcdir)/proc/asset/testclipasset.hpp \
2008-05-19 01:55:05 +02:00
$(testcomponents_srcdir)/proc/mobject/session/testclip.hpp \
$(testcomponents_srcdir)/proc/mobject/session/testsession1.hpp \
$(testcomponents_srcdir)/proc/mobject/session/test-scope-invalid.hpp