Index: trunk/psModules/test/Makefile.am
===================================================================
--- trunk/psModules/test/Makefile.am	(revision 4811)
+++ 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
Index: trunk/psModules/test/tst_pmImageCombine.c
===================================================================
--- trunk/psModules/test/tst_pmImageCombine.c	(revision 4811)
+++ trunk/psModules/test/tst_pmImageCombine.c	(revision 4992)
@@ -8,7 +8,8 @@
  *
  *  XXX: Must verify the results internally.  Don't use stdout file.
- *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-08-16 01:10:36 $
+ *  XXX: Must test masks with pmRejectPixels()
+ *
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-11 22:25:39 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -304,9 +305,9 @@
     //
     printf("\n\n\nCalling pmRejectPixels() with acceptable data.  Should generate a psArray.\n");
-    psArray *pixelRejects = pmRejectPixels(images, questionablePixels, expandTransforms,
+    psArray *pixelRejects = pmRejectPixels(images, NULL, questionablePixels, expandTransforms,
                                            contractTransforms, TST00_REJECTION_THRESHOLD,
                                            TST00_GRADIENT_LIMIT);
     if (pixelRejects == NULL) {
-        printf("TEST ERROR: pmCombineImages() returned a NULL psArray.\n");
+        printf("TEST ERROR: pmRejectPixels() returned a NULL psArray.\n");
         testStatus = true;
     } else {
