IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7773 for trunk/psLib/test


Ignore:
Timestamp:
Jun 30, 2006, 4:51:40 PM (20 years ago)
Author:
jhoblitt
Message:

add tap_psVector libtap test driver example

Location:
trunk/psLib/test
Files:
2 edited

Legend:

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

    r7210 r7773  
    1 SUBDIRS = $(SRCDIRS)
     1SUBDIRS = tap $(SRCDIRS)
    22
    33EXTRA_DIST = runTest FullUnitTest
  • trunk/psLib/test/mathtypes/Makefile.am

    r7210 r7773  
    1111        tst_psVectorSort_02 \
    1212        tst_psVectorSort_03 \
    13         tst_psVectorSort_04
     13        tst_psVectorSort_04 \
     14        tap_psVector
    1415
    1516tst_psImage_SOURCES =  tst_psImage.c
     
    2122tst_psVectorSort_04_SOURCES =  tst_psVectorSort_04.c
    2223
    23 check_DATA =
     24
     25tap_psVector_CPPFLAGS   = $(AM_CPPFLAGS) -I$(top_srcdir)/test/tap/src
     26tap_psVector_LDFLAGS    = $(AM_LDFLAGS) $(top_builddir)/test/tap/src/libtap.la
     27
     28TESTS_ENVIRONMENT =     $(SHELL)
    2429
    2530check_PROGRAMS = $(TESTS)
    2631
    27 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
     32#TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    2833
    2934EXTRA_DIST = verified
Note: See TracChangeset for help on using the changeset viewer.