IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2005, 12:22:06 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3246 r3275  
    1515AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
    1616
    17 check_PROGRAMS = \
     17TESTS = \
    1818        tst_psImage \
    1919        tst_psImageFFT \
     
    2929        tst_psImageInterpolate
    3030
     31check_PROGRAMS =$(TESTS)
     32
    3133check_DATA = \
    3234        fBiOut.fits \
     
    3638               
    3739TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    38 TESTS = \
    39         tst_psImage \
    40         tst_psImageFFT \
    41         tst_psImageManip \
    42         tst_psImageStats00 \
    43         tst_psImageStats01 \
    44         tst_psImageStats02 \
    45         tst_psImageStats03 \
    46         tst_psImageStats04 \
    47         tst_psImageExtraction \
    48         tst_psImageConvolve \
    49         tst_psImageIO \
    50         tst_psImageInterpolate
     40
    5141tests: $(TESTS)
    5242
Note: See TracChangeset for help on using the changeset viewer.