]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/test/Makefile.am
Fix for bug #76956: Make Info msg like 'Branch <XXX> switched [on|off]' debug messages
[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                   testAliHLTEventDDLBackwardCompatibility \
15                   dtOperators \
16                   testDefaultDataTypes
17
18 #                 testAliHLT_C_Component_WrapperInterface
19
20 testAliHLTBlockDataCollection_SOURCES = testAliHLTBlockDataCollection.cxx
21 testAliHLTBlockDataCollection_LDADD = $(top_builddir)/BASE/libHLTbase.la
22
23 dtOperators_SOURCES = dtOperators.cxx
24 dtOperators_LDADD = $(top_builddir)/BASE/libHLTbase.la
25
26 # testAliHLT_C_Component_WrapperInterface_SOURCES = testAliHLT_C_Component_WrapperInterface.C
27 # testAliHLT_C_Component_WrapperInterface_LDADD = $(top_builddir)/BASE/libHLTbase.la
28
29 testDefaultDataTypes_SOURCES = testDefaultDataTypes.C
30 testDefaultDataTypes_LDADD = $(top_builddir)/BASE/libHLTbase.la
31
32 testAliHLTComponent_SOURCES = testAliHLTComponent.C
33 testAliHLTComponent_LDADD = $(top_builddir)/BASE/libHLTbase.la
34
35 testAliHLTCTPData_SOURCES = testAliHLTCTPData.C
36 testAliHLTCTPData_LDADD = $(top_builddir)/BASE/libHLTbase.la \
37                           $(top_builddir)/rec/libHLTrec.la
38
39 testAliHLTDataBuffer_SOURCES = testAliHLTDataBuffer.C
40 testAliHLTDataBuffer_LDADD = $(top_builddir)/BASE/libHLTbase.la
41
42 testAliHLTReadoutList_SOURCES = testAliHLTReadoutList.C
43 testAliHLTReadoutList_LDADD = $(top_builddir)/BASE/libHLTbase.la \
44                                 -L@ROOTLIBDIR@ \
45                                 @ROOTLIBS@ \
46                                 @ALIROOT_LDFLAGS@ \
47                                 @ALIROOT_LIBS@
48
49 testAliHLTScalars_SOURCES = testAliHLTScalars.C
50 testAliHLTScalars_LDADD = $(top_builddir)/BASE/libHLTbase.la \
51                                 -L@ROOTLIBDIR@ \
52                                 @ROOTLIBS@ \
53                                 @ALIROOT_LDFLAGS@ \
54                                 @ALIROOT_LIBS@
55
56 testAliHLTEventDDLBackwardCompatibility_SOURCES = testAliHLTEventDDLBackwardCompatibility.C
57 testAliHLTEventDDLBackwardCompatibility_LDADD = $(top_builddir)/BASE/libHLTbase.la \
58                                 -L@ROOTLIBDIR@ \
59                                 @ROOTLIBS@ \
60                                 @ALIROOT_LDFLAGS@ \
61                                 @ALIROOT_LIBS@
62
63 TESTS           = $(check_PROGRAMS)