]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - HLT/BASE/test/Makefile.am
Put back the doxygen comments in MUONTRGda.cxx
[u/mrichter/AliRoot.git] / HLT / BASE / test / Makefile.am
... / ...
CommitLineData
1# $Id$
2# Makefile template Alice HLT framework test programs
3
4AM_CPPFLAGS = -I$(top_srcdir)/BASE
5
6EXTRA_DIST =
7
8check_PROGRAMS = testAliHLTBlockDataCollection \
9 testAliHLTComponent \
10 testAliHLTCTPData \
11 testAliHLTDataBuffer \
12 testAliHLTReadoutList \
13 testAliHLTScalars \
14 dtOperators \
15 testDefaultDataTypes
16
17# testAliHLT_C_Component_WrapperInterface
18
19testAliHLTBlockDataCollection_SOURCES = testAliHLTBlockDataCollection.cxx
20testAliHLTBlockDataCollection_LDFLAGS = @ALIROOT_LDFLAGS@ \
21 -lHLTbase
22
23dtOperators_SOURCES = dtOperators.cxx
24dtOperators_LDFLAGS = @ALIROOT_LDFLAGS@ \
25 -lHLTbase
26
27# testAliHLT_C_Component_WrapperInterface_SOURCES = testAliHLT_C_Component_WrapperInterface.C
28# testAliHLT_C_Component_WrapperInterface_LDFLAGS = @ALIROOT_LDFLAGS@ \
29 -lHLTbase
30
31testDefaultDataTypes_SOURCES = testDefaultDataTypes.C
32testDefaultDataTypes_LDFLAGS = @ALIROOT_LDFLAGS@ \
33 -lHLTbase
34
35testAliHLTComponent_SOURCES = testAliHLTComponent.C
36testAliHLTComponent_LDFLAGS = @ALIROOT_LDFLAGS@ \
37 -lHLTbase
38
39testAliHLTCTPData_SOURCES = testAliHLTCTPData.C
40testAliHLTCTPData_LDFLAGS = @ALIROOT_LDFLAGS@ \
41 -lHLTbase \
42 -lHLTrec
43
44testAliHLTDataBuffer_SOURCES = testAliHLTDataBuffer.C
45testAliHLTDataBuffer_LDFLAGS = @ALIROOT_LDFLAGS@ \
46 -lHLTbase
47
48testAliHLTReadoutList_SOURCES = testAliHLTReadoutList.C
49testAliHLTReadoutList_LDFLAGS = -lHLTbase \
50 -L@ROOTLIBDIR@ \
51 @ROOTLIBS@ \
52 @ALIROOT_LDFLAGS@ \
53 @ALIROOT_LIBS@
54
55testAliHLTScalars_SOURCES = testAliHLTScalars.C
56testAliHLTScalars_LDFLAGS = -lHLTbase \
57 -L@ROOTLIBDIR@ \
58 @ROOTLIBS@ \
59 @ALIROOT_LDFLAGS@ \
60 @ALIROOT_LIBS@
61
62testAliHLTEventDDLBackwardCompatibility_SOURCES = testAliHLTEventDDLBackwardCompatibility.C
63testAliHLTEventDDLBackwardCompatibility_LDFLAGS = -lHLTbase \
64 -L@ROOTLIBDIR@ \
65 @ROOTLIBS@ \
66 @ALIROOT_LDFLAGS@ \
67 @ALIROOT_LIBS@
68
69TESTS = $(check_PROGRAMS)