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)
|
2008-12-18 07:44:06 +01:00
|
|
|
|
2008-05-19 01:55:05 +02:00
|
|
|
test_components_LDADD = \
|
2008-12-18 10:48:50 +01:00
|
|
|
liblumieraproc.la \
|
2008-12-18 07:44:06 +01:00
|
|
|
liblumiprocengine.la \
|
|
|
|
|
liblumiprocmobjectbuilder.la \
|
|
|
|
|
liblumiprocmobjectsession.la \
|
|
|
|
|
liblumiprocasset.la \
|
|
|
|
|
liblumiprocmobject.la \
|
|
|
|
|
liblumierabackend.la \
|
2008-12-18 10:48:50 +01:00
|
|
|
liblumieracommon.la \
|
2008-12-18 07:44:06 +01:00
|
|
|
liblumiera.la \
|
2008-08-30 19:28:24 +02:00
|
|
|
$(NOBUGMT_LUMIERA_LIBS) -ldl -lboost_program_options-mt -lboost_regex-mt
|
2008-05-19 01:55:05 +02:00
|
|
|
|
|
|
|
|
test_components_SOURCES = \
|
|
|
|
|
$(testcomponents_srcdir)/backend/mediaaccessmock.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/backend/mediaaccessmocktest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/asset/assetcategorytest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/asset/compoundmediatest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/asset/deleteassettest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/asset/identityofassetstest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/asset/mediastructurequerytest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/asset/basicpipetest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/asset/createassettest.cpp \
|
2008-12-26 23:17:51 +01:00
|
|
|
$(testcomponents_srcdir)/proc/asset/dependent-assets-test.cpp \
|
2008-05-19 01:55:05 +02:00
|
|
|
$(testcomponents_srcdir)/proc/asset/makecliptest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/asset/orderingofassetstest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/asset/testasset.cpp \
|
2009-06-08 21:29:09 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/command-basic-test.cpp \
|
2009-06-28 15:27:27 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/command-argument-test.cpp \
|
2009-10-03 16:28:46 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/command-equality-test.cpp \
|
2009-06-19 05:57:06 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/command-mutation-test.cpp \
|
2009-10-09 17:54:31 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/command-clone-builder-test.cpp \
|
2009-07-24 05:24:39 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/command-use1-test.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/control/command-use2-test.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/control/command-use3-test.cpp \
|
2009-10-10 17:53:11 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/command-binding-test.cpp \
|
2009-08-11 08:35:37 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/command-registry-test.cpp \
|
2009-10-01 14:32:26 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/test-dummy-commands.cpp \
|
2009-07-12 23:21:37 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/argument-tuple-accept-test.cpp \
|
2009-07-10 19:04:01 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/memento-tie-test.cpp \
|
2009-09-29 18:09:34 +02:00
|
|
|
$(testcomponents_srcdir)/proc/control/handling-pattern-basics-test.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/control/handling-pattern-standard-impl-test.cpp \
|
2009-08-31 00:49:08 +02:00
|
|
|
$(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 \
|
2008-05-19 01:55:05 +02:00
|
|
|
$(testcomponents_srcdir)/proc/mobject/builder/buildertooltest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/mobject/builder/buildsegmenttest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/mobject/controller/rendersegmenttest.cpp \
|
2009-06-02 03:31:52 +02:00
|
|
|
$(testcomponents_srcdir)/proc/mobject/mobject-ref-test.cpp \
|
2009-05-09 03:08:38 +02:00
|
|
|
$(testcomponents_srcdir)/proc/mobject/placement-basic-test.cpp \
|
2009-05-24 19:34:47 +02:00
|
|
|
$(testcomponents_srcdir)/proc/mobject/placement-hierarchy-test.cpp \
|
2009-05-09 03:08:38 +02:00
|
|
|
$(testcomponents_srcdir)/proc/mobject/placement-ref-test.cpp \
|
2010-01-09 22:17:34 +01:00
|
|
|
$(testcomponents_srcdir)/proc/mobject/session/placement-index-test.cpp \
|
2008-05-19 01:55:05 +02:00
|
|
|
$(testcomponents_srcdir)/proc/mobject/session/addcliptest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/mobject/session/deletecliptest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/mobject/session/rebuildfixturetest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/mobject/session/sessionmanagertest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/mobject/session/testclip.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/sessionstructuretest.cpp \
|
|
|
|
|
$(testcomponents_srcdir)/mainsuite.cpp
|
|
|
|
|
|
|
|
|
|
noinst_HEADERS += \
|
|
|
|
|
$(testcomponents_srcdir)/backend/mediaaccessmock.hpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/asset/testclipasset.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/mobject/session/testclip.hpp \
|
|
|
|
|
$(testcomponents_srcdir)/proc/mobject/session/testsession1.hpp
|