IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2006, 4:26:25 PM (20 years ago)
Author:
drobbin
Message:

Added str check test for error handling of psString fxns, namely stringSubstitute. Edited memory and type to include MemCheck's for string, line, and region. Added is_psType function to check for NULLs and native types first. <-will have to update all fxns next wrt to this change. Added psStringAlloc, stringFree, regionFree. Added doxygen comments.

File:
1 edited

Legend:

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

    r7884 r7901  
    1212        tst_psString \
    1313        tst_psTrace \
    14         tap_psStringSubstitute
     14        tap_psStringSubstitute \
     15        tst_psLine
    1516
    1617tst_psAbort_SOURCES =  tst_psAbort.c
     
    2122tst_psString_SOURCES =  tst_psString.c
    2223tst_psTrace_SOURCES =  tst_psTrace.c
     24tst_psLine_SOURCES =  tst_psLine.c
    2325
    2426tap_psStringSubstitute_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/test/tap/src
Note: See TracChangeset for help on using the changeset viewer.