IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4561


Ignore:
Timestamp:
Jul 14, 2005, 5:01:13 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4558 r4561  
    4646tst_psPixels_SOURCES = tst_psPixels.c
    4747
    48 check_DATA =
     48check_DATA = \
     49        test.config \
     50        test1.config \
     51        test2.config \
     52        test3.config \
     53        test4.config \
     54        test5.config \
     55        header_1.fits \
     56        header_2.fits \
     57        table10.dat \
     58        table2.dat \
     59        table3.dat \
     60        tableF32.dat \
     61        tableS32.dat \
     62        tableU8.dat
    4963
    5064check_PROGRAMS = $(TESTS)
     
    5266TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    5367
    54 EXTRA_DIST = verified
     68EXTRA_DIST = \
     69        verified \
     70        data/header_1.fits \
     71        data/header_2.fits \
     72        data/test.config \
     73        data/test1.config \
     74        data/test2.config \
     75        data/test3.config \
     76        data/test4.config \
     77        data/test5.config
    5578
    56 CLEANFILES = $(TESTS) $(check_DATA)
     79
     80CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/*
    5781
    5882tests: $(check_DATA) $(TESTS)
    5983
     84%.dat: verified/%.dat
     85        cp $? $@
     86
     87test.config: data/test.config
     88        cp $? $@
     89
     90test1.config: data/test1.config
     91        cp $? $@
     92
     93test2.config: data/test2.config
     94        cp $? $@
     95
     96test3.config: data/test3.config
     97        cp $? $@
     98
     99test4.config: data/test4.config
     100        cp $? $@
     101
     102test5.config: data/test5.config
     103        cp $? $@
     104
     105header_1.fits: data/header_1.fits
     106        cp $? $@
     107
     108header_2.fits: data/header_2.fits
     109        cp $? $@
     110
    60111test: check
Note: See TracChangeset for help on using the changeset viewer.