IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1308 for trunk/psLib/test


Ignore:
Timestamp:
Jul 27, 2004, 4:50:38 PM (22 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib/test
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/Makefile

    r1041 r1308  
    33##  Makefile:   test
    44##
    5 ##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-15 02:45:43 $
     5##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-07-28 02:50:32 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5959        install FullUnitTest runTest $(testbindir)
    6060        $(MAKE) --directory=collections install
     61        $(MAKE) --directory=image install
    6162        $(MAKE) --directory=dataManip install
    6263        $(MAKE) --directory=sysUtils install
     
    6667distclean:      clean
    6768        $(MAKE) --directory=collections distclean
     69        $(MAKE) --directory=image distclean
    6870        $(MAKE) --directory=dataManip distclean
    6971        $(MAKE) --directory=sysUtils distclean
     
    7779clean:
    7880        $(MAKE) --directory=collections clean
     81        $(MAKE) --directory=image clean
    7982        $(MAKE) --directory=dataManip clean
    8083        $(MAKE) --directory=sysUtils clean
  • trunk/psLib/test/collections/Makefile

    r1233 r1308  
    33##  Makefile:   test/collections
    44##
    5 ##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-07-15 23:52:34 $
     5##  $Revision: 1.21 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-07-28 02:50:37 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3333         tst_psVectorSort_03   \
    3434         tst_psVectorSort_04   \
    35          tst_psImage     \
    3635         tst_psList
    3736
  • trunk/psLib/test/dataManip/Makefile

    r1283 r1308  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.34 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-07-22 23:56:37 $
     5##  $Revision: 1.35 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-07-28 02:50:38 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525tst_psHist01 \
    2626tst_psHist02 \
    27 tst_psImageFFT \
    28 tst_psImageManip \
    29 tst_psImageStats00 \
    30 tst_psImageStats01 \
    31 tst_psImageStats02 \
    32 tst_psImageStats03 \
    3327tst_psMatrix01 \
    3428tst_psMatrix02 \
Note: See TracChangeset for help on using the changeset viewer.