IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2005, 12:22:06 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/Makefile.am

    r3237 r3275  
    1515AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
    1616
    17 check_PROGRAMS = \
     17TESTS = \
    1818        tst_psFunc00 \
    1919        tst_psFunc01 \
     
    5757        tst_psVectorFFT
    5858
     59check_PROGRAMS = $(TESTS)
     60
    5961TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    60 TESTS = \
    61         tst_psFunc00 \
    62         tst_psFunc01 \
    63         tst_psFunc02 \
    64         tst_psFunc03 \
    65         tst_psFunc04 \
    66         tst_psFunc05 \
    67         tst_psFunc07 \
    68         tst_psHist00 \
    69         tst_psHist01 \
    70         tst_psHist02 \
    71         tst_psHist03 \
    72         tst_psMatrix01 \
    73         tst_psMatrix02 \
    74         tst_psMatrix03 \
    75         tst_psMatrix04 \
    76         tst_psMatrix05 \
    77         tst_psMatrix06 \
    78         tst_psMatrix07 \
    79         tst_psMatrixVectorArithmetic01 \
    80         tst_psMatrixVectorArithmetic02 \
    81         tst_psMatrixVectorArithmetic03 \
    82         tst_psMatrixVectorArithmetic04 \
    83         tst_psMinimize04 \
    84         tst_psMinimize04_F32 \
    85         tst_psMinimize04b \
    86         tst_psMinimize04b_F32 \
    87         tst_psMinimize05 \
    88         tst_psMinimize06 \
    89         tst_psMinimize07 \
    90         tst_psStats00 \
    91         tst_psStats01 \
    92         tst_psStats02 \
    93         tst_psStats03 \
    94         tst_psStats05 \
    95         tst_psStats06 \
    96         tst_psStats07 \
    97         tst_psStats08 \
    98         tst_psStats09 \
    99         tst_psRandom \
    100         tst_psVectorFFT
     62
    10163tests: $(TESTS)
    10264
Note: See TracChangeset for help on using the changeset viewer.