IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 3:24:38 PM (19 years ago)
Author:
jhoblitt
Message:

stub out psDB tap tests

File:
1 edited

Legend:

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

    r8958 r11252  
    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)
     6
    27AM_LDFLAGS = \
    3         $(top_builddir)/src/libpslib.la  \
    4         $(top_builddir)/test/tap/src/libtap.la \
    5         $(PSLIB_LIBS)
     8        $(top_builddir)/src/libpslib.la  \
     9        $(top_builddir)/test/tap/src/libtap.la \
     10        $(top_builddir)/test/pstap/src/libpstap.la \
     11        $(PSLIB_LIBS)
    612
    7 TEST_PROGS =
     13TEST_PROGS = \
     14        tap_psDB
    815
    916if BUILD_TESTS
Note: See TracChangeset for help on using the changeset viewer.