]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/test/Makefile.am
added test macro for external interface
[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  = dtOperators \
9                   testAliHLT_C_Component_WrapperInterface
10
11 dtOperators_SOURCES = dtOperators.cxx
12 dtOperators_LDADD = $(top_builddir)/BASE/libHLTbase.la
13
14 testAliHLT_C_Component_WrapperInterface_SOURCES = testAliHLT_C_Component_WrapperInterface.C
15 testAliHLT_C_Component_WrapperInterface_LDADD = $(top_builddir)/BASE/libHLTbase.la
16
17 TESTS           = $(check_PROGRAMS)