# Makefile
#
# $Id: Makefile_test,v 1.1 1999/09/03 15:13:57 gvacanti Exp $
#

USEDLIBS = histo dal param error utils

TESTBINS = testhistogram testhistogram2d 

TESTS = testhistogram testhistogram2d

CLEANFILES = radial.out

testhistogram_OBJS = testhistogram
testhistogram2d_OBJS = testhistogram2d

include $(SAS_DIR)/Make.include
