Index: trunk/psModules/test/Makefile.am
===================================================================
--- trunk/psModules/test/Makefile.am	(revision 4219)
+++ trunk/psModules/test/Makefile.am	(revision 4992)
@@ -12,5 +12,7 @@
 	tst_pmImageSubtract \
 	tst_pmImageCombine \
-	tst_pmObjects01
+	tst_pmObjects01 \
+	tst_psAstrometry \
+	tst_psAstrometry01
 
 check_PROGRAMS = $(TESTS)
@@ -33,4 +35,6 @@
 tst_pmImageCombine_SOURCES = tst_pmImageCombine.c
 tst_pmObjects01_SOURCES = tst_pmObjects01.c
+tst_psAstrometry_SOURCES = tst_psAstrometry.c
+tst_psAstrometry01_SOURCES = tst_psAstrometry01.c
 
 test: check
