]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/test/Makefile.am
#97492 Request to: patch AliSimulation; port to Release; make tag on release; for...
[u/mrichter/AliRoot.git] / HLT / BASE / test / Makefile.am
1 # $Id$
2 # Makefile template Alice HLT framework test programs
3
4 AM_CPPFLAGS                     = -I$(top_srcdir)/BASE
5
6 EXTRA_DIST      = 
7
8 check_PROGRAMS  = testAliHLTBlockDataCollection \
9                   testAliHLTComponent \
10                   testAliHLTCTPData \
11                   testAliHLTDataBuffer \
12                   testAliHLTReadoutList \
13                   testAliHLTScalars \
14                   dtOperators \
15                   testDefaultDataTypes
16
17 #                 testAliHLT_C_Component_WrapperInterface
18
19 testAliHLTBlockDataCollection_SOURCES = testAliHLTBlockDataCollection.cxx
20 testAliHLTBlockDataCollection_LDFLAGS = @ALIROOT_LDFLAGS@ \
21                                       -lHLTbase
22
23 dtOperators_SOURCES = dtOperators.cxx
24 dtOperators_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
31 testDefaultDataTypes_SOURCES = testDefaultDataTypes.C
32 testDefaultDataTypes_LDFLAGS = @ALIROOT_LDFLAGS@ \
33                         -lHLTbase
34
35 testAliHLTComponent_SOURCES = testAliHLTComponent.C
36 testAliHLTComponent_LDFLAGS = @ALIROOT_LDFLAGS@ \
37                             -lHLTbase
38
39 testAliHLTCTPData_SOURCES = testAliHLTCTPData.C
40 testAliHLTCTPData_LDFLAGS = @ALIROOT_LDFLAGS@ \
41                           -lHLTbase \
42                           -lHLTrec
43
44 testAliHLTDataBuffer_SOURCES = testAliHLTDataBuffer.C
45 testAliHLTDataBuffer_LDFLAGS = @ALIROOT_LDFLAGS@ \
46                             -lHLTbase
47
48 testAliHLTReadoutList_SOURCES = testAliHLTReadoutList.C
49 testAliHLTReadoutList_LDFLAGS = -lHLTbase \
50                                 -L@ROOTLIBDIR@ \
51                                 @ROOTLIBS@ \
52                                 @ALIROOT_LDFLAGS@ \
53                                 @ALIROOT_LIBS@
54
55 testAliHLTScalars_SOURCES = testAliHLTScalars.C
56 testAliHLTScalars_LDFLAGS = -lHLTbase \
57                           -L@ROOTLIBDIR@ \
58                           @ROOTLIBS@ \
59                           @ALIROOT_LDFLAGS@ \
60                           @ALIROOT_LIBS@
61
62 testAliHLTEventDDLBackwardCompatibility_SOURCES = testAliHLTEventDDLBackwardCompatibility.C
63 testAliHLTEventDDLBackwardCompatibility_LDFLAGS = -lHLTbase \
64                                 -L@ROOTLIBDIR@ \
65                                 @ROOTLIBS@ \
66                                 @ALIROOT_LDFLAGS@ \
67                                 @ALIROOT_LIBS@
68
69 TESTS           = $(check_PROGRAMS)