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