Index: trunk/psLib/test/image/.cvsignore
===================================================================
--- trunk/psLib/test/image/.cvsignore	(revision 4547)
+++ 	(revision )
@@ -1,22 +1,0 @@
-fBiOut.fits
-fOut.fits
-sBiOut.fits
-sOut.fits
-.deps
-.libs
-Makefile
-Makefile.in
-temp
-tst_psImage
-tst_psImagePixelExtract
-tst_psImageStructManip
-tst_psImageFFT
-tst_psImagePixelManip
-tst_psImageGeomManip
-tst_psImageConvolve
-tst_psImageIO
-tmpImages
-tst_psImageStats04
-tst_psImageInterpolate
-tst_psImageStats
-*.lo
Index: trunk/psLib/test/image/Makefile.am
===================================================================
--- trunk/psLib/test/image/Makefile.am	(revision 4547)
+++ 	(revision )
@@ -1,64 +1,0 @@
-#Makefile for image functions of psLib
-#
-EXTRA_DIST = verified
-
-INCLUDES = \
-	-I$(top_srcdir)/src \
-	-I$(top_srcdir)/src/astronomy \
-	-I$(top_srcdir)/src/collections \
-	-I$(top_srcdir)/src/dataManip \
-	-I$(top_srcdir)/src/dataIO \
-	-I$(top_srcdir)/src/image \
-	-I$(top_srcdir)/src/sysUtils \
-	$(all_includes)
-
-AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
-
-TESTS = \
-	tst_psImage \
-	tst_psImageFFT \
-	tst_psImageGeomManip \
-	tst_psImagePixelManip \
-	tst_psImageStats \
-	tst_psImagePixelExtract \
-	tst_psImageStructManip \
-	tst_psImageConvolve \
-	tst_psImageInterpolate
-
-check_PROGRAMS =$(TESTS)
-
-check_DATA = \
-	fBiOut.fits \
-	fOut.fits \
-	sBiOut.fits \
-	sOut.fits
-
-TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
-
-CLEANFILES = $(TESTS) $(check_DATA) temp/*
-
-tests: $(check_DATA) $(TESTS)
-
-tst_psImage_SOURCES =  tst_psImage.c
-tst_psImageFFT_SOURCES =  tst_psImageFFT.c
-tst_psImagePixelManip_SOURCES =  tst_psImagePixelManip.c
-tst_psImageGeomManip_SOURCES =  tst_psImageGeomManip.c
-tst_psImageStats_SOURCES =  tst_psImageStats.c
-tst_psImagePixelExtract_SOURCES =  tst_psImagePixelExtract.c
-tst_psImageStructManip_SOURCES =  tst_psImageStructManip.c
-tst_psImageConvolve_SOURCES =  tst_psImageConvolve.c
-tst_psImageInterpolate_SOURCES =  tst_psImageInterpolate.c
-
-fBiOut.fits: verified/fBiOut.fits
-	cp $? $@
-
-fOut.fits: verified/fOut.fits
-	cp $? $@
-
-sBiOut.fits: verified/sBiOut.fits
-	cp $? $@
-
-sOut.fits: verified/sOut.fits
-	cp $? $@
-
-test: check
