IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2006, 4:54:35 PM (20 years ago)
Author:
jhoblitt
Message:

disable all non-tap tests and stop distributing "verified" directories

File:
1 edited

Legend:

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

    r7998 r8718  
    1 #Makefile for imageops tests of psLib
    2 #
    3 AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS) -DVERIFIED_DIR=\"$(srcdir)/verified\"
    4 AM_LDFLAGS = $(top_builddir)/src/libpslib.la $(PSLIB_LIBS)
     1AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS)
     2AM_LDFLAGS = \
     3        $(top_builddir)/src/libpslib.la  \
     4        $(top_builddir)/test/tap/src/libtap.la \
     5        $(PSLIB_LIBS)
    56
    6 TESTS = \
    7         tst_psImageConvolve \
    8         tst_psImageGeomManip \
    9         tst_psImageInterpolate \
    10         tst_psImagePixelExtract \
    11         tst_psImagePixelManip \
    12         tst_psImageStats \
    13         tst_psImageStructManip \
    14         tst_psImageSmooth \
    15     tst_psImageMaskOps
     7check_PROGRAMS =
    168
    17 tst_psImageConvolve_SOURCES =  tst_psImageConvolve.c
    18 tst_psImageGeomManip_SOURCES =  tst_psImageGeomManip.c
    19 tst_psImageInterpolate_SOURCES =  tst_psImageInterpolate.c
    20 tst_psImagePixelExtract_SOURCES =  tst_psImagePixelExtract.c
    21 tst_psImagePixelManip_SOURCES =  tst_psImagePixelManip.c
    22 tst_psImageSmooth_SOURCES = tst_psImageSmooth.c
    23 tst_psImageStats_SOURCES =  tst_psImageStats.c
    24 tst_psImageStructManip_SOURCES =  tst_psImageStructManip.c
    25 tst_psImageMaskOps_SOURCES = tst_psImageMaskOps.c
    26 
    27 check_DATA =
    28 
    29 check_PROGRAMS = $(TESTS)
    30 
    31 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    32 
    33 EXTRA_DIST = verified
    34 
    35 CLEANFILES = $(TESTS) $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits \
     9CLEANFILES = $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits \
    3610        core core.* *~ *.bb *.bbg *.da gmon.out
    3711
    38 tests: $(TESTS) $(check_DATA)
    39 
    4012test: check
Note: See TracChangeset for help on using the changeset viewer.