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/jpeg/Makefile.am

    r7998 r8718  
    1 #Makefile for image jpeg 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 =
     7check_PROGRAMS =
    78
    8 check_DATA =
    9 
    10 check_PROGRAMS = $(TESTS)
    11 
    12 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    13 
    14 #EXTRA_DIST = verified
    15 
    16 CLEANFILES = $(TESTS) $(check_DATA) core core.* *~ *.bb *.bbg *.da gmon.out
    17 
    18 tests: $(TESTS) $(check_DATA)
     9CLEANFILES = $(check_DATA) core core.* *~ *.bb *.bbg *.da gmon.out
    1910
    2011test: check
Note: See TracChangeset for help on using the changeset viewer.