Index: trunk/psLib/test/astro/Makefile.am
===================================================================
--- trunk/psLib/test/astro/Makefile.am	(revision 8960)
+++ trunk/psLib/test/astro/Makefile.am	(revision 9933)
@@ -1,9 +1,15 @@
-AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS)
+AM_CPPFLAGS = \
+	$(SRCINC) \
+	-I$(top_srcdir)/test/tap/src \
+	-I$(top_srcdir)/test/pstap/src \
+	$(PSLIB_CFLAGS)
 AM_LDFLAGS = \
 	$(top_builddir)/src/libpslib.la  \
 	$(top_builddir)/test/tap/src/libtap.la \
+	$(top_builddir)/test/pstap/src/libpstap.la \
 	$(PSLIB_LIBS)
 
-TEST_PROGS =
+TEST_PROGS = \
+	tap_psSphereOps_all
 
 if BUILD_TESTS
@@ -20,5 +26,5 @@
 	data/test.psTime.config3.template \
 	data/test.psTime.config4.template \
-	data/test.ser7.dat 
+	data/test.ser7.dat
 
 tmp_files = \
@@ -31,4 +37,8 @@
 
 CLEANFILES = $(tmp_files) core core.* *~ *.bb *.bbg *.da gmon.out
+
+tests: $(check_PROGRAMS)
+	$(top_srcdir)/test/test.pl
+
 
 pslib.config: $(top_srcdir)/etc/pslib.config.template
