IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 11:05:54 AM (21 years ago)
Author:
desonia
Message:

added generation of test?.config files.

File:
1 edited

Legend:

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

    r3959 r4231  
    4848
    4949check_DATA = test.config \
     50        test1.config \
     51        test2.config \
     52        test3.config \
     53        test4.config \
     54        test5.config \
    5055        header_1.fits \
    5156        header_2.fits
     
    8691        cp $? $@
    8792
     93test1.config: data/test1.config
     94        cp $? $@
     95
     96test2.config: data/test2.config
     97        cp $? $@
     98
     99tes3.config: data/test3.config
     100        cp $? $@
     101
     102tes4.config: data/test4.config
     103        cp $? $@
     104
     105tes5.config: data/test5.config
     106        cp $? $@
     107
    88108header_1.fits: data/header_1.fits
    89109        cp $? $@
Note: See TracChangeset for help on using the changeset viewer.