]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/BASE/test/Makefile.am
Implementing base class methods for easy component configuration:
[u/mrichter/AliRoot.git] / HLT / BASE / test / Makefile.am
CommitLineData
6291d256 1# $Id$
853121af 2# Makefile template Alice HLT framework test programs
3
4AM_CPPFLAGS = -I$(top_srcdir)/BASE
5
6EXTRA_DIST =
7
4b31e06b 8check_PROGRAMS = testAliHLTBlockDataCollection \
02bc7a5f 9 testAliHLTComponent \
4b31e06b 10 dtOperators \
ad2fa36b 11 testDefaultDataTypes
853121af 12
02bc7a5f 13# testAliHLT_C_Component_WrapperInterface
c72de491 14
4b31e06b 15testAliHLTBlockDataCollection_SOURCES = testAliHLTBlockDataCollection.cxx
16testAliHLTBlockDataCollection_LDADD = $(top_builddir)/BASE/libHLTbase.la
17
853121af 18dtOperators_SOURCES = dtOperators.cxx
19dtOperators_LDADD = $(top_builddir)/BASE/libHLTbase.la
20
c72de491 21# testAliHLT_C_Component_WrapperInterface_SOURCES = testAliHLT_C_Component_WrapperInterface.C
22# testAliHLT_C_Component_WrapperInterface_LDADD = $(top_builddir)/BASE/libHLTbase.la
273a2e2d 23
ad2fa36b 24testDefaultDataTypes_SOURCES = testDefaultDataTypes.C
25testDefaultDataTypes_LDADD = $(top_builddir)/BASE/libHLTbase.la
26
02bc7a5f 27testAliHLTComponent_SOURCES = testAliHLTComponent.C
28testAliHLTComponent_LDADD = $(top_builddir)/BASE/libHLTbase.la
29
4b31e06b 30TESTS = $(check_PROGRAMS)