Index: /trunk/psLib/test/astro/Makefile.am
===================================================================
--- /trunk/psLib/test/astro/Makefile.am	(revision 7092)
+++ /trunk/psLib/test/astro/Makefile.am	(revision 7093)
@@ -43,5 +43,5 @@
 tests: $(check_DATA) $(TESTS)
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.*
 
 pslib.config: $(top_srcdir)/etc/pslib/pslib.config.template
Index: /trunk/psLib/test/astronomy/Makefile.am
===================================================================
--- /trunk/psLib/test/astronomy/Makefile.am	(revision 7092)
+++ /trunk/psLib/test/astronomy/Makefile.am	(revision 7093)
@@ -51,5 +51,5 @@
 	verified 
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.*
 
 psTime.config: $(top_srcdir)/etc/pslib/psTime.config.template
Index: /trunk/psLib/test/db/Makefile.am
===================================================================
--- /trunk/psLib/test/db/Makefile.am	(revision 7092)
+++ /trunk/psLib/test/db/Makefile.am	(revision 7093)
@@ -18,5 +18,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.*
 
 clean-local:
Index: /trunk/psLib/test/fft/Makefile.am
===================================================================
--- /trunk/psLib/test/fft/Makefile.am	(revision 7092)
+++ /trunk/psLib/test/fft/Makefile.am	(revision 7093)
@@ -19,5 +19,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.*
 
 tests: $(TESTS) $(check_DATA)
Index: /trunk/psLib/test/fits/Makefile.am
===================================================================
--- /trunk/psLib/test/fits/Makefile.am	(revision 7092)
+++ /trunk/psLib/test/fits/Makefile.am	(revision 7093)
@@ -17,5 +17,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* multi.fits table.fits tmpImages/*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* multi.fits table.fits tmpImages/* core core.*
 
 tests: $(check_DATA) $(TESTS)
Index: /trunk/psLib/test/imageops/Makefile.am
===================================================================
--- /trunk/psLib/test/imageops/Makefile.am	(revision 7092)
+++ /trunk/psLib/test/imageops/Makefile.am	(revision 7093)
@@ -33,5 +33,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits
+CLEANFILES = $(TESTS) $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits core core.*
 
 tests: $(TESTS) $(check_DATA)
Index: /trunk/psLib/test/math/Makefile.am
===================================================================
--- /trunk/psLib/test/math/Makefile.am	(revision 7092)
+++ /trunk/psLib/test/math/Makefile.am	(revision 7093)
@@ -86,5 +86,5 @@
 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
 EXTRA_DIST = verified
-CLEANFILES = $(TESTS) $(check_DATA) temp/* seed_msglog1.txt
+CLEANFILES = $(TESTS) $(check_DATA) temp/* seed_msglog1.txt core core.*
 tests: $(check_DATA) $(TESTS)
 test: check
Index: /trunk/psLib/test/mathtypes/Makefile.am
===================================================================
--- /trunk/psLib/test/mathtypes/Makefile.am	(revision 7092)
+++ /trunk/psLib/test/mathtypes/Makefile.am	(revision 7093)
@@ -29,5 +29,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.*
 
 tests: $(check_DATA) $(TESTS)
Index: /trunk/psLib/test/sys/Makefile.am
===================================================================
--- /trunk/psLib/test/sys/Makefile.am	(revision 7092)
+++ /trunk/psLib/test/sys/Makefile.am	(revision 7093)
@@ -29,5 +29,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT
+CLEANFILES = $(TESTS) $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT core core.*
 
 tests: $(check_DATA) $(TESTS)
Index: /trunk/psLib/test/types/Makefile.am
===================================================================
--- /trunk/psLib/test/types/Makefile.am	(revision 7092)
+++ /trunk/psLib/test/types/Makefile.am	(revision 7093)
@@ -84,5 +84,6 @@
 
 
-CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out
+CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \
+	core core.*
 
 tests: $(check_DATA) $(TESTS)
Index: /trunk/psLib/test/xml/Makefile.am
===================================================================
--- /trunk/psLib/test/xml/Makefile.am	(revision 7092)
+++ /trunk/psLib/test/xml/Makefile.am	(revision 7093)
@@ -17,5 +17,6 @@
 EXTRA_DIST = verified psTime.xml psTime2.xml psTime3.xml psTime4.xml
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* psTest5.xml psTest2.xml psTest.xml psTest3.xml psTest4.xml
+CLEANFILES = $(TESTS) $(check_DATA) temp/* psTest5.xml psTest2.xml psTest.xml psTest3.xml psTest4.xml \
+	core core.*
 
 tests: $(check_DATA) $(TESTS)
