IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2005, 12:20:10 PM (21 years ago)
Author:
drobbin
Message:

Edited makefiles to include ErrorText and libxml path for psModule

File:
1 edited

Legend:

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

    r4759 r4816  
    44
    55TESTS = \
    6         tst_psFunc00 \
    7         tst_psFunc01 \
    8         tst_psFunc02 \
    9         tst_psFunc03 \
    10         tst_psFunc04 \
    11         tst_psFunc05 \
    12         tst_psFunc07 \
    13         tst_psFunc08 \
    14         tst_psFunc09 \
    15         tst_psFunc10 \
    16         tst_psFunc11 \
    17         tst_psHist00 \
    18         tst_psHist01 \
    19         tst_psHist02 \
    20         tst_psHist03 \
    21         tst_psMatrix01 \
    22         tst_psMatrix02 \
    23         tst_psMatrix03 \
    24         tst_psMatrix04 \
    25         tst_psMatrix05 \
    26         tst_psMatrix06 \
    27         tst_psMatrix07 \
    28         tst_psMatrixVectorArithmetic01 \
    29         tst_psMatrixVectorArithmetic02 \
    30         tst_psMatrixVectorArithmetic03 \
    31         tst_psMatrixVectorArithmetic04 \
    32         tst_psMinimize04 \
    33         tst_psMinimize04_F32 \
    34         tst_psMinimize04b \
    35         tst_psMinimize04b_F32 \
    36         tst_psMinimize05 \
    37         tst_psMinimize06 \
    38         tst_psStats00 \
    39         tst_psStats01 \
    40         tst_psStats02 \
    41         tst_psStats03 \
    42         tst_psStats05 \
    43         tst_psStats06 \
    44         tst_psStats07 \
    45         tst_psStats08 \
    46         tst_psStats09 \
    47         tst_psRandom
    48 #       tst_psMinimize00 \
    49 #       tst_psMinimize01 \
    50 #       tst_psMinimize02 \
    51 #       tst_psMinimize03
     6    tst_psFunc00 \
     7    tst_psFunc01 \
     8    tst_psFunc02 \
     9    tst_psFunc03 \
     10    tst_psFunc04 \
     11    tst_psFunc05 \
     12    tst_psFunc07 \
     13    tst_psFunc08 \
     14    tst_psFunc09 \
     15    tst_psFunc10 \
     16    tst_psFunc11 \
     17    tst_psHist00 \
     18    tst_psHist01 \
     19    tst_psHist02 \
     20    tst_psHist03 \
     21    tst_psMatrix01 \
     22    tst_psMatrix02 \
     23    tst_psMatrix03 \
     24    tst_psMatrix04 \
     25    tst_psMatrix05 \
     26    tst_psMatrix06 \
     27    tst_psMatrix07 \
     28    tst_psMatrixVectorArithmetic01 \
     29    tst_psMatrixVectorArithmetic02 \
     30    tst_psMatrixVectorArithmetic03 \
     31    tst_psMatrixVectorArithmetic04 \
     32    tst_psMinimize04 \
     33    tst_psMinimize04_F32 \
     34    tst_psMinimize04b \
     35    tst_psMinimize04b_F32 \
     36    tst_psMinimize05 \
     37    tst_psMinimize06 \
     38    tst_psStats00 \
     39    tst_psStats01 \
     40    tst_psStats02 \
     41    tst_psStats03 \
     42    tst_psStats05 \
     43    tst_psStats06 \
     44    tst_psStats07 \
     45    tst_psStats08 \
     46    tst_psStats09 \
     47    tst_psRandom
     48#   tst_psMinimize00 \
     49#   tst_psMinimize01 \
     50#   tst_psMinimize02 \
     51#   tst_psMinimize03
    5252
    5353tst_psFunc00_SOURCES =  tst_psFunc00.c
     
    8787tst_psMinimize05_SOURCES =  tst_psMinimize05.c
    8888tst_psMinimize06_SOURCES =  tst_psMinimize06.c
    89 tst_psMinimize07_SOURCES =  tst_psMinimize07.c
    9089tst_psStats00_SOURCES =  tst_psStats00.c
    9190tst_psStats01_SOURCES =  tst_psStats01.c
Note: See TracChangeset for help on using the changeset viewer.