]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CALO/test/Makefile.am
removing the HLT autoconf build system, however keep on using that for the
[u/mrichter/AliRoot.git] / HLT / CALO / test / Makefile.am
1 # $Id$
2 # Makefile template Alice HLT calo(rimeter) library test programs
3
4 AM_CPPFLAGS                     = -I$(top_srcdir)/CALO
5
6 EXTRA_DIST      = 
7
8 ## add the test programs here
9 check_PROGRAMS  = 
10
11 ## for each test programs the source file and the
12 ## linker flags need to be defined like the following
13 ## template
14 #
15 #testAliHLTCalo_SOURCES = testAliHLTCaloSomething.cxx
16 #testAliHLTCalo_LDADD = -lHLTCalo
17
18 TESTS           = $(check_PROGRAMS)