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

    r7998 r8718  
    1 #Makefile for mathtypes 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_psImage \
    8         tst_psScalar \
    9         tst_psVector \
    10         tst_psVectorSort_01 \
    11         tst_psVectorSort_02 \
    12         tst_psVectorSort_03 \
    13         tst_psVectorSort_04 \
     7check_PROGRAMS = \
    148        tap_psVector
    159
    16 tst_psImage_SOURCES =  tst_psImage.c
    17 tst_psScalar_SOURCES =  tst_psScalar.c
    18 tst_psVector_SOURCES =  tst_psVector.c
    19 tst_psVectorSort_01_SOURCES =  tst_psVectorSort_01.c
    20 tst_psVectorSort_02_SOURCES =  tst_psVectorSort_02.c
    21 tst_psVectorSort_03_SOURCES =  tst_psVectorSort_03.c
    22 tst_psVectorSort_04_SOURCES =  tst_psVectorSort_04.c
    23 
    24 
    25 tap_psVector_CPPFLAGS   = $(AM_CPPFLAGS) -I$(top_srcdir)/test/tap/src
    26 tap_psVector_LDFLAGS    = $(AM_LDFLAGS) $(top_builddir)/test/tap/src/libtap.la
    27 
    28 TESTS_ENVIRONMENT =     $(SHELL)
    29 
    30 check_PROGRAMS = $(TESTS)
    31 
    32 #TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    33 
    34 EXTRA_DIST = verified
    35 
    36 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    37 
    38 tests: $(check_DATA) $(TESTS)
     10CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    3911
    4012test: check
Note: See TracChangeset for help on using the changeset viewer.