]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/test/Makefile.am
- break up of argument string into argument list: making static method of AliHLTConfi...
[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                   dtOperators \
10                   testDefaultDataTypes
11
12 #                 testAliHLT_C_Component_WrapperInterface
13
14 testAliHLTBlockDataCollection_SOURCES = testAliHLTBlockDataCollection.cxx
15 testAliHLTBlockDataCollection_LDADD = $(top_builddir)/BASE/libHLTbase.la
16
17 dtOperators_SOURCES = dtOperators.cxx
18 dtOperators_LDADD = $(top_builddir)/BASE/libHLTbase.la
19
20 # testAliHLT_C_Component_WrapperInterface_SOURCES = testAliHLT_C_Component_WrapperInterface.C
21 # testAliHLT_C_Component_WrapperInterface_LDADD = $(top_builddir)/BASE/libHLTbase.la
22
23 testDefaultDataTypes_SOURCES = testDefaultDataTypes.C
24 testDefaultDataTypes_LDADD = $(top_builddir)/BASE/libHLTbase.la
25
26 TESTS           = $(check_PROGRAMS)