Changeset 3246 for trunk/psLib/test/astronomy/Makefile.am
- Timestamp:
- Feb 16, 2005, 3:58:43 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/Makefile.am (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/Makefile.am
r3237 r3246 13 13 AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS) 14 14 AM_CFLAGS = -DXML_CONFIG_FILE="\"$(top_srcdir)/etc/pslib/psTime.xml\"" 15 15 16 16 17 check_PROGRAMS = tst_psTime_01 \ … … 30 31 tst_psAstrometry01 31 32 32 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified 33 check_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 43 TESTS_ENVIRONMENT = export PS_CONFIG_FILE="psTime.config" && perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified 33 44 34 45 TESTS = tst_psTime_01 \ … … 48 59 tst_psAstrometry01 49 60 50 tests: $( TESTS) test.psTime.config1 test.psTime.config2 test.psTime.config3 test.psTime.config451 61 tests: $(check_DATA) $(TESTS) 62 52 63 tst_psTime_01_SOURCES = tst_psTime_01.c 53 64 tst_psTime_02_SOURCES = tst_psTime_02.c … … 66 77 tst_psAstrometry01_SOURCES = tst_psAstrometry01.c 67 78 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 79 EXTRA_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 70 88 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 89 psTime.config: $(top_srcdir)/etc/pslib/psTime.config.template 90 sed 's|PREFIX|$(top_srcdir)|' $? > $@ 80 91 81 test.psTime.config1: test.psTime.config1.template82 sed 's|PREFIX|$(prefix)|' $? >$@92 test.psTime.config1: data/test.psTime.config1.template 93 cp $? $@ 83 94 84 test.psTime.config2: test.psTime.config2.template85 sed 's|PREFIX|$( prefix)|' $? > $@95 test.psTime.config2: data/test.psTime.config2.template 96 sed 's|PREFIX|$(top_srcdir)|' $? > $@ 86 97 87 test.psTime.config3: test.psTime.config3.template88 sed 's|PREFIX|$( prefix)|' $? > $@98 test.psTime.config3: data/test.psTime.config3.template 99 sed 's|PREFIX|$(top_srcdir)|' $? > $@ 89 100 90 test.psTime.config4: test.psTime.config4.template91 sed 's|PREFIX|$( prefix)|' $? > $@101 test.psTime.config4: data/test.psTime.config4.template 102 sed 's|PREFIX|$(srcdir)|' $? > $@ 92 103 104 test.config: data/test.config 105 cp $? $@ 106 107 header_1.fits: data/header_1.fits 108 cp $? $@ 109 110 header_2.fits: data/header_2.fits 111 cp $? $@
Note:
See TracChangeset
for help on using the changeset viewer.
