IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2005, 9:25:53 AM (21 years ago)
Author:
desonia
Message:

fixed multiple small bugs, including bug 302.

File:
1 edited

Legend:

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

    r3275 r3298  
    2222check_PROGRAMS = $(TESTS)
    2323
     24check_DATA = table10.dat table2.dat table3.dat tableF32.dat tableS32.dat tableU8.dat
     25
    2426TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    2527tests: $(TESTS)
     
    2729tst_psLookupTable_01_SOURCES =  tst_psLookupTable_01.c
    2830tst_psFits_SOURCES =  tst_psFits.c
     31
     32%.dat: verified/%.dat
     33        cp $? $@
     34
Note: See TracChangeset for help on using the changeset viewer.