IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 1, 2006, 2:41:47 PM (20 years ago)
Author:
jhoblitt
Message:

add libpstap under test/pstap
mv src/pstap.h -> test/pstap/src/pstap.h
mv duplicate mem() macro out of test/sys/tap_psStringSubstitute.c and into test/pstap/src/pstap.h (replacing the old mem())
change test/*/Makefile.am files to link against both libtap * libpstap
change test/*/tap_*.c files so that all tests include pslib.h
change test/*/tap_*.c files to include both tap.h & pstap.h
change libtap to only be built when make check is run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tap_psStringSubstitute.c

    r8706 r8731  
    11#include <stdio.h>
    22#include <pslib.h>
     3
    34#include "tap.h"
     5#include "pstap.h"
    46
    57#define ORIGINAL "This is, a, test case, to check."
    68#define CORRECTED "This is a test case to check."
    7 #define mem() ok(psMemCheckLeaks(psMemGetLastId(), NULL, stdout, false) == 0, "Memory Leaks")
    89
    910int main (void)
Note: See TracChangeset for help on using the changeset viewer.