Changeset 3246 for trunk/psLib/test/image/Makefile.am
- Timestamp:
- Feb 16, 2005, 3:58:43 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/Makefile.am
r3237 r3246 29 29 tst_psImageInterpolate 30 30 31 check_DATA = \ 32 fBiOut.fits \ 33 fOut.fits \ 34 sBiOut.fits \ 35 sOut.fits 36 31 37 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 32 38 TESTS = \ … … 57 63 tst_psImageIO_SOURCES = tst_psImageIO.c 58 64 tst_psImageInterpolate_SOURCES = tst_psImageInterpolate.c 65 66 fBiOut.fits: verified/fBiOut.fits 67 cp $? $@ 68 69 fOut.fits: verified/fOut.fits 70 cp $? $@ 71 72 sBiOut.fits: verified/sBiOut.fits 73 cp $? $@ 74 75 sOut.fits: verified/sOut.fits 76 cp $? $@ 77
Note:
See TracChangeset
for help on using the changeset viewer.
