]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/BASE/test/Makefile.am
added event type for component configuration; corrected data type operator semantics...
[u/mrichter/AliRoot.git] / HLT / BASE / test / Makefile.am
CommitLineData
853121af 1# $Id: Makefile.am,v 1.20 2007/10/19 13:04:52 richterm Exp $
2# Makefile template Alice HLT framework test programs
3
4AM_CPPFLAGS = -I$(top_srcdir)/BASE
5
6EXTRA_DIST =
7
8check_PROGRAMS = dtOperators
9
10dtOperators_SOURCES = dtOperators.cxx
11dtOperators_LDADD = $(top_builddir)/BASE/libHLTbase.la
12
13TESTS = $(check_PROGRAMS)