]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/BASE/test/Makefile.am
bugfix: correctly handle steering events in order to avoid warning 'Data source compo...
[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
273a2e2d 8check_PROGRAMS = dtOperators \
ad2fa36b 9 testDefaultDataTypes
853121af 10
c72de491 11# testAliHLT_C_Component_WrapperInterface
12
853121af 13dtOperators_SOURCES = dtOperators.cxx
14dtOperators_LDADD = $(top_builddir)/BASE/libHLTbase.la
15
c72de491 16# testAliHLT_C_Component_WrapperInterface_SOURCES = testAliHLT_C_Component_WrapperInterface.C
17# testAliHLT_C_Component_WrapperInterface_LDADD = $(top_builddir)/BASE/libHLTbase.la
273a2e2d 18
ad2fa36b 19testDefaultDataTypes_SOURCES = testDefaultDataTypes.C
20testDefaultDataTypes_LDADD = $(top_builddir)/BASE/libHLTbase.la
21
853121af 22TESTS = $(check_PROGRAMS)