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

    r8718 r8731  
    1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS)
     1AM_CPPFLAGS = \
     2        $(SRCINC) \
     3        -I$(top_srcdir)/test/tap/src \
     4        -I$(top_srcdir)/test/pstap/src \
     5        $(PSLIB_CFLAGS)
    26AM_LDFLAGS = \
    37        $(top_builddir)/src/libpslib.la  \
    48        $(top_builddir)/test/tap/src/libtap.la \
     9        $(top_builddir)/test/pstap/src/libpstap.la \
    510        $(PSLIB_LIBS)
     11
    612
    713check_PROGRAMS = \
Note: See TracChangeset for help on using the changeset viewer.