Index: trunk/psLib/test/math/Makefile.am
===================================================================
--- trunk/psLib/test/math/Makefile.am	(revision 7999)
+++ trunk/psLib/test/math/Makefile.am	(revision 8718)
@@ -1,94 +1,11 @@
-AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS)
-AM_LDFLAGS = $(top_builddir)/src/libpslib.la $(PSLIB_LIBS)
+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)
 
-TESTS = \
-    tst_psFunc01 \
-    tst_psHist00 \
-    tst_psHist01 \
-    tst_psHist02 \
-    tst_psHist03 \
-    tst_psMathUtils \
-    tst_psMatrix01 \
-    tst_psMatrix02 \
-    tst_psMatrix03 \
-    tst_psMatrix04 \
-    tst_psMatrix05 \
-    tst_psMatrix06 \
-    tst_psMatrix07 \
-    tst_psMatrixVectorArithmetic01 \
-    tst_psMatrixVectorArithmetic02 \
-    tst_psMatrixVectorArithmetic03 \
-    tst_psMatrixVectorArithmetic04 \
-    tst_psMinimizePowell \
-    tst_psMinimizeLMM \
-    tst_psStats00 \
-    tst_psStats01 \
-    tst_psStats02 \
-    tst_psStats03 \
-    tst_psStats05 \
-    tst_psStats06 \
-    tst_psStats07 \
-    tst_psStats08 \
-    tst_psStats09 \
-    tst_psSpline1D \
-    tst_psRandom \
-    tst_psPolynomial \
-    tst_psPolynomialEval1D \
-    tst_psPolynomialEval2D \
-    tst_psPolynomialEval3D \
-    tst_psPolynomialEval4D \
-    tst_psPolyFit1D \
-    tst_psPolyFit2D \
-    tst_psPolyFit3D \
-    tst_psPolyFit4D
+check_PROGRAMS =
 
-tst_psFunc01_SOURCES =  tst_psFunc01.c
-tst_psHist00_SOURCES =  tst_psHist00.c
-tst_psHist01_SOURCES =  tst_psHist01.c
-tst_psHist02_SOURCES =  tst_psHist02.c
-tst_psHist03_SOURCES =  tst_psHist03.c
-tst_psMathUtils_SOURCES =  tst_psMathUtils.c
-tst_psMatrix01_SOURCES =  tst_psMatrix01.c
-tst_psMatrix02_SOURCES =  tst_psMatrix02.c
-tst_psMatrix03_SOURCES =  tst_psMatrix03.c
-tst_psMatrix04_SOURCES =  tst_psMatrix04.c
-tst_psMatrix05_SOURCES =  tst_psMatrix05.c
-tst_psMatrix06_SOURCES =  tst_psMatrix06.c
-tst_psMatrix07_SOURCES =  tst_psMatrix07.c
-tst_psMatrixVectorArithmetic01_SOURCES =  tst_psMatrixVectorArithmetic01.c
-tst_psMatrixVectorArithmetic02_SOURCES =  tst_psMatrixVectorArithmetic02.c
-tst_psMatrixVectorArithmetic03_SOURCES =  tst_psMatrixVectorArithmetic03.c
-tst_psMatrixVectorArithmetic04_SOURCES =  tst_psMatrixVectorArithmetic04.c
-tst_psMinimizePowell_SOURCES = tst_psMinimizePowell.c
-tst_psMinimizeLMM_SOURCES = tst_psMinimizeLMM.c
-tst_psStats00_SOURCES =  tst_psStats00.c
-tst_psStats01_SOURCES =  tst_psStats01.c
-tst_psStats02_SOURCES =  tst_psStats02.c
-tst_psStats03_SOURCES =  tst_psStats03.c
-tst_psStats05_SOURCES =  tst_psStats05.c
-tst_psStats06_SOURCES =  tst_psStats06.c
-tst_psStats07_SOURCES =  tst_psStats07.c
-tst_psStats08_SOURCES =  tst_psStats08.c
-tst_psStats09_SOURCES =  tst_psStats09.c
-tst_psRandom_SOURCES =  tst_psRandom.c
-tst_psPolynomial_SOURCES = tst_psPolynomial.c
-tst_psPolynomialEval1D_SOURCES = tst_psPolynomialEval1D.c
-tst_psPolynomialEval2D_SOURCES = tst_psPolynomialEval2D.c
-tst_psPolynomialEval3D_SOURCES = tst_psPolynomialEval3D.c
-tst_psPolynomialEval4D_SOURCES = tst_psPolynomialEval4D.c
-tst_psPolyFit1D_SOURCES = tst_psPolyFit1D.c
-tst_psPolyFit2D_SOURCES = tst_psPolyFit2D.c
-tst_psPolyFit3D_SOURCES = tst_psPolyFit3D.c
-tst_psPolyFit4D_SOURCES = tst_psPolyFit4D.c
+CLEANFILES = $(check_DATA) temp/* seed_msglog1.txt core core.* *~ *.bb *.bbg *.da gmon.out
 
-check_DATA =
-check_PROGRAMS = $(TESTS)
-TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
-EXTRA_DIST = verified
-CLEANFILES = $(TESTS) $(check_DATA) temp/* seed_msglog1.txt core core.* *~ *.bb *.bbg *.da gmon.out
-tests: $(check_DATA) $(TESTS)
 test: check
-
-
-
-
