]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/BASE/test/Makefile.am
Put back the doxygen comments in MUONTRGda.cxx
[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 \
4b31e06b 14 dtOperators \
ad2fa36b 15 testDefaultDataTypes
853121af 16
02bc7a5f 17# testAliHLT_C_Component_WrapperInterface
c72de491 18
4b31e06b 19testAliHLTBlockDataCollection_SOURCES = testAliHLTBlockDataCollection.cxx
24b2933e 20testAliHLTBlockDataCollection_LDFLAGS = @ALIROOT_LDFLAGS@ \
21 -lHLTbase
4b31e06b 22
853121af 23dtOperators_SOURCES = dtOperators.cxx
24b2933e 24dtOperators_LDFLAGS = @ALIROOT_LDFLAGS@ \
25 -lHLTbase
853121af 26
c72de491 27# testAliHLT_C_Component_WrapperInterface_SOURCES = testAliHLT_C_Component_WrapperInterface.C
24b2933e 28# testAliHLT_C_Component_WrapperInterface_LDFLAGS = @ALIROOT_LDFLAGS@ \
29 -lHLTbase
273a2e2d 30
ad2fa36b 31testDefaultDataTypes_SOURCES = testDefaultDataTypes.C
24b2933e 32testDefaultDataTypes_LDFLAGS = @ALIROOT_LDFLAGS@ \
33 -lHLTbase
ad2fa36b 34
02bc7a5f 35testAliHLTComponent_SOURCES = testAliHLTComponent.C
24b2933e 36testAliHLTComponent_LDFLAGS = @ALIROOT_LDFLAGS@ \
37 -lHLTbase
02bc7a5f 38
963a5fa6 39testAliHLTCTPData_SOURCES = testAliHLTCTPData.C
24b2933e 40testAliHLTCTPData_LDFLAGS = @ALIROOT_LDFLAGS@ \
41 -lHLTbase \
42 -lHLTrec
963a5fa6 43
539ed16e 44testAliHLTDataBuffer_SOURCES = testAliHLTDataBuffer.C
24b2933e 45testAliHLTDataBuffer_LDFLAGS = @ALIROOT_LDFLAGS@ \
46 -lHLTbase
539ed16e 47
6506b8c2 48testAliHLTReadoutList_SOURCES = testAliHLTReadoutList.C
24b2933e 49testAliHLTReadoutList_LDFLAGS = -lHLTbase \
6506b8c2 50 -L@ROOTLIBDIR@ \
51 @ROOTLIBS@ \
52 @ALIROOT_LDFLAGS@ \
53 @ALIROOT_LIBS@
54
9cb24db9 55testAliHLTScalars_SOURCES = testAliHLTScalars.C
24b2933e 56testAliHLTScalars_LDFLAGS = -lHLTbase \
57 -L@ROOTLIBDIR@ \
58 @ROOTLIBS@ \
59 @ALIROOT_LDFLAGS@ \
60 @ALIROOT_LIBS@
9cb24db9 61
7c69da51 62testAliHLTEventDDLBackwardCompatibility_SOURCES = testAliHLTEventDDLBackwardCompatibility.C
24b2933e 63testAliHLTEventDDLBackwardCompatibility_LDFLAGS = -lHLTbase \
7c69da51 64 -L@ROOTLIBDIR@ \
65 @ROOTLIBS@ \
66 @ALIROOT_LDFLAGS@ \
67 @ALIROOT_LIBS@
68
4b31e06b 69TESTS = $(check_PROGRAMS)