IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8718 for trunk/psLib/test/db


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

    r7998 r8718  
    1 #Makefile for db tests of psLib
    2 #
    3 AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS)
    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_PSDB@
     7check_PROGRAMS =
    88
    9 tst_psDB_SOURCES = tst_psDB.c
    10 
    11 check_DATA =
    12 
    13 check_PROGRAMS = $(TESTS)
    14 
    15 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    16 
    17 EXTRA_PROGRAMS = tst_psDB
    18 EXTRA_DIST = verified
    19 
    20 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
     9CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    2110
    2211clean-local:
     
    3423        true
    3524
    36 tests: $(check_DATA) $(TESTS)
    37 
    3825test: check
Note: See TracChangeset for help on using the changeset viewer.