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

    r7998 r8718  
    1 #Makefile for sys tests
    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_psAbort \
    8         tst_psConfigure \
    9         tst_psError \
    10         tst_psLogMsg \
    11         tst_psMemory \
    12         tst_psString \
    13         tst_psTrace \
    14         tap_psStringSubstitute \
    15         tst_psLine
     7check_PROGRAMS = \
     8        tap_psStringSubstitute
    169
    17 tst_psAbort_SOURCES =  tst_psAbort.c
    18 tst_psConfigure_SOURCES =  tst_psConfigure.c
    19 tst_psError_SOURCES =  tst_psError.c
    20 tst_psLogMsg_SOURCES =  tst_psLogMsg.c
    21 tst_psMemory_SOURCES =  tst_psMemory.c
    22 tst_psString_SOURCES =  tst_psString.c
    23 tst_psTrace_SOURCES =  tst_psTrace.c
    24 tst_psLine_SOURCES =  tst_psLine.c
    25 
    26 tap_psStringSubstitute_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/test/tap/src
    27 tap_psStringSubstitute_LDFLAGS  = $(AM_LDFLAGS) $(top_builddir)/test/tap/src/libtap.la
    28 
    29 check_DATA =
    30 
    31 check_PROGRAMS = $(TESTS)
    32 
    33 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    34 
    35 EXTRA_DIST = verified
    36 
    37 CLEANFILES = $(TESTS) $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT \
     10CLEANFILES = $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT \
    3811        core core.* *~ *.bb *.bbg *.da gmon.out
    3912
    40 tests: $(check_DATA) $(TESTS)
    41 
    4213test: check
Note: See TracChangeset for help on using the changeset viewer.