Changeset 4561
- Timestamp:
- Jul 14, 2005, 5:01:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/types/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/types/Makefile.am
r4558 r4561 46 46 tst_psPixels_SOURCES = tst_psPixels.c 47 47 48 check_DATA = 48 check_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 49 63 50 64 check_PROGRAMS = $(TESTS) … … 52 66 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 53 67 54 EXTRA_DIST = verified 68 EXTRA_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 55 78 56 CLEANFILES = $(TESTS) $(check_DATA) 79 80 CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/* 57 81 58 82 tests: $(check_DATA) $(TESTS) 59 83 84 %.dat: verified/%.dat 85 cp $? $@ 86 87 test.config: data/test.config 88 cp $? $@ 89 90 test1.config: data/test1.config 91 cp $? $@ 92 93 test2.config: data/test2.config 94 cp $? $@ 95 96 test3.config: data/test3.config 97 cp $? $@ 98 99 test4.config: data/test4.config 100 cp $? $@ 101 102 test5.config: data/test5.config 103 cp $? $@ 104 105 header_1.fits: data/header_1.fits 106 cp $? $@ 107 108 header_2.fits: data/header_2.fits 109 cp $? $@ 110 60 111 test: check
Note:
See TracChangeset
for help on using the changeset viewer.
