]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/test/Makefile.am
Adding tests for backward compatibility of AliHLTReadoutList class.
[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                   testAliHLTEventDDLBackwardCompatibility \
14                   dtOperators \
15                   testDefaultDataTypes
16
17 #                 testAliHLT_C_Component_WrapperInterface
18
19 testAliHLTBlockDataCollection_SOURCES = testAliHLTBlockDataCollection.cxx
20 testAliHLTBlockDataCollection_LDADD = $(top_builddir)/BASE/libHLTbase.la
21
22 dtOperators_SOURCES = dtOperators.cxx
23 dtOperators_LDADD = $(top_builddir)/BASE/libHLTbase.la
24
25 # testAliHLT_C_Component_WrapperInterface_SOURCES = testAliHLT_C_Component_WrapperInterface.C
26 # testAliHLT_C_Component_WrapperInterface_LDADD = $(top_builddir)/BASE/libHLTbase.la
27
28 testDefaultDataTypes_SOURCES = testDefaultDataTypes.C
29 testDefaultDataTypes_LDADD = $(top_builddir)/BASE/libHLTbase.la
30
31 testAliHLTComponent_SOURCES = testAliHLTComponent.C
32 testAliHLTComponent_LDADD = $(top_builddir)/BASE/libHLTbase.la
33
34 testAliHLTCTPData_SOURCES = testAliHLTCTPData.C
35 testAliHLTCTPData_LDADD = $(top_builddir)/BASE/libHLTbase.la \
36                           $(top_builddir)/rec/libHLTrec.la
37
38 testAliHLTDataBuffer_SOURCES = testAliHLTDataBuffer.C
39 testAliHLTDataBuffer_LDADD = $(top_builddir)/BASE/libHLTbase.la
40
41 testAliHLTReadoutList_SOURCES = testAliHLTReadoutList.C
42 testAliHLTReadoutList_LDADD = $(top_builddir)/BASE/libHLTbase.la \
43                                 -L@ROOTLIBDIR@ \
44                                 @ROOTLIBS@ \
45                                 @ALIROOT_LDFLAGS@ \
46                                 @ALIROOT_LIBS@
47
48 testAliHLTEventDDLBackwardCompatibility_SOURCES = testAliHLTEventDDLBackwardCompatibility.C
49 testAliHLTEventDDLBackwardCompatibility_LDADD = $(top_builddir)/BASE/libHLTbase.la \
50                                 -L@ROOTLIBDIR@ \
51                                 @ROOTLIBS@ \
52                                 @ALIROOT_LDFLAGS@ \
53                                 @ALIROOT_LIBS@
54
55 TESTS           = $(check_PROGRAMS)