IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2006, 11:25:39 AM (20 years ago)
Author:
Paul Price
Message:

Moving psStringSubstitute tests to libtap; resetting stderr output for tst_psString.

Location:
trunk/psLib/test/sys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys

    • Property svn:ignore
      •  

        old new  
        1717core
        1818core.*
         19tap_psStringSubstitute
  • trunk/psLib/test/sys/Makefile.am

    r7210 r7880  
    1111        tst_psMemory \
    1212        tst_psString \
    13         tst_psTrace
     13        tst_psTrace \
     14        tap_psStringSubstitute
    1415
    1516tst_psAbort_SOURCES =  tst_psAbort.c
     
    2021tst_psString_SOURCES =  tst_psString.c
    2122tst_psTrace_SOURCES =  tst_psTrace.c
     23
     24tap_psStringSubstitute_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/test/tap/src
     25tap_psStringSubstitute_LDFLAGS  = $(AM_LDFLAGS) $(top_builddir)/test/tap/src/libtap.la
    2226
    2327check_DATA =
Note: See TracChangeset for help on using the changeset viewer.