]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/BASE/test/Makefile.am
New task to improve tracking resolution to simulate effect of upgraded ITS (Magnus...
[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 \
963a5fa6 10 testAliHLTCTPData \
539ed16e 11 testAliHLTDataBuffer \
6506b8c2 12 testAliHLTReadoutList \
9cb24db9 13 testAliHLTScalars \
7c69da51 14 testAliHLTEventDDLBackwardCompatibility \
4b31e06b 15 dtOperators \
ad2fa36b 16 testDefaultDataTypes
853121af 17
02bc7a5f 18# testAliHLT_C_Component_WrapperInterface
c72de491 19
4b31e06b 20testAliHLTBlockDataCollection_SOURCES = testAliHLTBlockDataCollection.cxx
21testAliHLTBlockDataCollection_LDADD = $(top_builddir)/BASE/libHLTbase.la
22
853121af 23dtOperators_SOURCES = dtOperators.cxx
24dtOperators_LDADD = $(top_builddir)/BASE/libHLTbase.la
25
c72de491 26# testAliHLT_C_Component_WrapperInterface_SOURCES = testAliHLT_C_Component_WrapperInterface.C
27# testAliHLT_C_Component_WrapperInterface_LDADD = $(top_builddir)/BASE/libHLTbase.la
273a2e2d 28
ad2fa36b 29testDefaultDataTypes_SOURCES = testDefaultDataTypes.C
30testDefaultDataTypes_LDADD = $(top_builddir)/BASE/libHLTbase.la
31
02bc7a5f 32testAliHLTComponent_SOURCES = testAliHLTComponent.C
33testAliHLTComponent_LDADD = $(top_builddir)/BASE/libHLTbase.la
34
963a5fa6 35testAliHLTCTPData_SOURCES = testAliHLTCTPData.C
36testAliHLTCTPData_LDADD = $(top_builddir)/BASE/libHLTbase.la \
37 $(top_builddir)/rec/libHLTrec.la
38
539ed16e 39testAliHLTDataBuffer_SOURCES = testAliHLTDataBuffer.C
40testAliHLTDataBuffer_LDADD = $(top_builddir)/BASE/libHLTbase.la
41
6506b8c2 42testAliHLTReadoutList_SOURCES = testAliHLTReadoutList.C
43testAliHLTReadoutList_LDADD = $(top_builddir)/BASE/libHLTbase.la \
44 -L@ROOTLIBDIR@ \
45 @ROOTLIBS@ \
46 @ALIROOT_LDFLAGS@ \
47 @ALIROOT_LIBS@
48
9cb24db9 49testAliHLTScalars_SOURCES = testAliHLTScalars.C
50testAliHLTScalars_LDADD = $(top_builddir)/BASE/libHLTbase.la \
51 -L@ROOTLIBDIR@ \
52 @ROOTLIBS@ \
53 @ALIROOT_LDFLAGS@ \
54 @ALIROOT_LIBS@
55
7c69da51 56testAliHLTEventDDLBackwardCompatibility_SOURCES = testAliHLTEventDDLBackwardCompatibility.C
57testAliHLTEventDDLBackwardCompatibility_LDADD = $(top_builddir)/BASE/libHLTbase.la \
58 -L@ROOTLIBDIR@ \
59 @ROOTLIBS@ \
60 @ALIROOT_LDFLAGS@ \
61 @ALIROOT_LIBS@
62
4b31e06b 63TESTS = $(check_PROGRAMS)