Index: trunk/psLib/test/astro/Makefile.am
===================================================================
--- trunk/psLib/test/astro/Makefile.am	(revision 7998)
+++ trunk/psLib/test/astro/Makefile.am	(revision 8718)
@@ -1,28 +1,7 @@
- #Makefile for astro tests of psLib
-#
-
-AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS)
-AM_LDFLAGS = $(top_builddir)/src/libpslib.la $(PSLIB_LIBS)
-
-TESTS =  \
-	tst_psCoord01 \
-	tst_psCoord02 \
-	tst_psTime_01 \
-	tst_psTime_02 \
-	tst_psTime_03 \
-	tst_psTime_04 \
-	tst_psCoord \
-	tst_psEarthOrientation \
-	tst_psSphereOps
-
-tst_psTime_01_SOURCES = tst_psTime_01.c
-tst_psTime_02_SOURCES = tst_psTime_02.c
-tst_psTime_03_SOURCES = tst_psTime_03.c
-tst_psTime_04_SOURCES = tst_psTime_04.c
-tst_psCoord_SOURCES = tst_psCoord.c
-tst_psSphereOps_SOURCES = tst_psSphereOps.c
-tst_psCoord01_SOURCES = tst_psCoord01.c
-tst_psCoord02_SOURCES = tst_psCoord02.c
-tst_psEarthOrientation_SOURCES = tst_psEarthOrientation.c
+AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS)
+AM_LDFLAGS = \
+	$(top_builddir)/src/libpslib.la  \
+	$(top_builddir)/test/tap/src/libtap.la \
+	$(PSLIB_LIBS)
 
 check_DATA = \
@@ -34,14 +13,7 @@
 	test.ser7.dat
 
-check_PROGRAMS = $(TESTS)
+check_PROGRAMS =
 
-TESTS_ENVIRONMENT = export PS_CONFIG_FILE="pslib.config" && perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified
-
-EXTRA_DIST = data verified
-EXTRA_PROGRAMS = tst_psCoord
-
-tests: $(check_DATA) $(TESTS)
-
-CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
+CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
 
 pslib.config: $(top_srcdir)/etc/pslib/pslib.config.template
@@ -63,7 +35,3 @@
 	cp $? $@
 
-tests: $(check_DATA) $(TESTS)
-
 test: check
-
-
