Index: trunk/stac/src/Makefile.am
===================================================================
--- trunk/stac/src/Makefile.am	(revision 5746)
+++ trunk/stac/src/Makefile.am	(revision 5788)
@@ -68,7 +68,4 @@
 	sum.c
 
-# Test programs
-TESTS = test
-
 # Clean target
 clean-local:
@@ -78,30 +75,2 @@
 tags:
 	etags `find . -name \*.[ch] -print`
-
-test:	stac test_0.fits test_1.fits test_2.fits test_3.fits
-	-$(RM) testout.fits
-	-$(RM) testout.fits.pre
-	-$(RM) chi2_*.fits
-	-$(RM) test_[0-3].fits.err
-	-$(RM) test_[0-3].fits.mask
-	-$(RM) test_[0-3].fits.shift.*
-	-$(RM) test_[0-3].fits.shiftrej
-	-$(RM) test_[0-3].fits.shifterr.*
-	-$(RM) test_[0-3].fits.grad
-	-$(RM) test_[0-3].fits.region
-	-$(RM) test_[0-3].fits.rejmap
-	-$(RM) leaks.dat
-	./stac -v testout.fits test_0.fits test_1.fits test_2.fits test_3.fits
-
-# Run profiling.
-profile:	CFLAGS += -pg
-profile:	empty $(TARGET)
-		$(RM) gmon.*
-		for ((i = 0; i < 10; i++)) \
-		do \
-			$(MAKE) test; \
-			mv -f gmon.out gmon.$$i; \
-		done
-		gprof -p -q -l $(TARGET) gmon.* > profile.txt
-
-
