IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2005, 2:04:58 PM (21 years ago)
Author:
desonia
Message:

moved around some files and modified FullUnitTest to use runTest.

Location:
trunk/psLib/test/fileUtils
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/fileUtils

    • Property svn:ignore
      •  

        old new  
        66temp
        77tst_psLookupTable_01
         8tst_psDB
        89tst_psFits
        910multi.fits
  • trunk/psLib/test/fileUtils/.cvsignore

    r3443 r3690  
    66temp
    77tst_psLookupTable_01
     8tst_psDB
    89tst_psFits
    910multi.fits
  • trunk/psLib/test/fileUtils/Makefile.am

    r3684 r3690  
    22#
    33EXTRA_DIST = verified
     4
     5EXTRA_PROGRAMS = tst_psDB
    46
    57INCLUDES = \
     
    1820TESTS = \
    1921        tst_psLookupTable_01 \
    20         tst_psFits
     22        tst_psFits \
     23        @TST_PSDB@
    2124
    2225check_PROGRAMS = $(TESTS)
     
    3235tst_psLookupTable_01_SOURCES =  tst_psLookupTable_01.c
    3336tst_psFits_SOURCES =  tst_psFits.c
     37tst_psDB_SOURCES = tst_psDB.c
    3438
    3539%.dat: verified/%.dat
Note: See TracChangeset for help on using the changeset viewer.