IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2005, 3:58:43 PM (21 years ago)
Author:
desonia
Message:

changed the prototype of psMetadataLookup_.

File:
1 edited

Legend:

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

    r3237 r3246  
    1313AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
    1414AM_CFLAGS = -DXML_CONFIG_FILE="\"$(top_srcdir)/etc/pslib/psTime.xml\""
     15 
    1516
    1617check_PROGRAMS = tst_psTime_01 \
     
    3031         tst_psAstrometry01
    3132
    32 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified
     33check_DATA = test.config \
     34        psTime.config \
     35        test.psTime.config1 \
     36        test.psTime.config2 \
     37        test.psTime.config3 \
     38        test.psTime.config4 \
     39        header_1.fits \
     40        header_2.fits \
     41        test.ser7.dat
     42
     43TESTS_ENVIRONMENT = export PS_CONFIG_FILE="psTime.config" && perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified
    3344 
    3445TESTS = tst_psTime_01 \
     
    4859         tst_psAstrometry01
    4960
    50 tests: $(TESTS) test.psTime.config1 test.psTime.config2 test.psTime.config3 test.psTime.config4
    51  
     61tests: $(check_DATA) $(TESTS)
     62        
    5263tst_psTime_01_SOURCES = tst_psTime_01.c
    5364tst_psTime_02_SOURCES = tst_psTime_02.c
     
    6677tst_psAstrometry01_SOURCES = tst_psAstrometry01.c
    6778
    68 BUILT_SOURCES = test.psTime.config1 test.psTime.config2 test.psTime.config3 test.psTime.config4
    69 CLEANFILES = test.psTime.config1 test.psTime.config2 test.psTime.config3 test.psTime.config4
     79EXTRA_DIST = data/test.psTime.config1.template \
     80        data/test.psTime.config2.template \
     81        data/test.psTime.config3.template \
     82        data/test.psTime.config4.template \
     83        data/header_1.fits \
     84        data/header_2.fits \
     85        data/test.config \
     86        data/test.ser7.dat \
     87        verified
    7088
    71 EXTRA_DIST = test.psTime.config1.template \
    72         test.psTime.config2.template \
    73         test.psTime.config3.template \
    74         test.psTime.config4.template \
    75         verified \
    76         test.ser7.dat \
    77         header_1.fits \
    78         header_2.fits \
    79         test.config
     89psTime.config: $(top_srcdir)/etc/pslib/psTime.config.template
     90        sed 's|PREFIX|$(top_srcdir)|' $? > $@
    8091
    81 test.psTime.config1: test.psTime.config1.template
    82         sed 's|PREFIX|$(prefix)|' $? > $@
     92test.psTime.config1: data/test.psTime.config1.template
     93        cp $? $@
    8394
    84 test.psTime.config2: test.psTime.config2.template
    85         sed 's|PREFIX|$(prefix)|' $? > $@
     95test.psTime.config2: data/test.psTime.config2.template
     96        sed 's|PREFIX|$(top_srcdir)|' $? > $@
    8697
    87 test.psTime.config3: test.psTime.config3.template
    88         sed 's|PREFIX|$(prefix)|' $? > $@
     98test.psTime.config3: data/test.psTime.config3.template
     99        sed 's|PREFIX|$(top_srcdir)|' $? > $@
    89100
    90 test.psTime.config4: test.psTime.config4.template
    91         sed 's|PREFIX|$(prefix)|' $? > $@
     101test.psTime.config4: data/test.psTime.config4.template
     102        sed 's|PREFIX|$(srcdir)|' $? > $@
    92103
     104test.config: data/test.config
     105        cp $? $@
     106
     107header_1.fits: data/header_1.fits
     108        cp $? $@
     109
     110header_2.fits: data/header_2.fits
     111        cp $? $@
Note: See TracChangeset for help on using the changeset viewer.