IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2007, 1:24:00 PM (19 years ago)
Author:
jhoblitt
Message:

convert tests to use libtap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/tests/Makefile.am

    r4622 r12649  
     1SUBDIRS = tap
     2
    13TESTS = tests
    24
     5AM_CPPFLAGS = \
     6    -I$(top_srcdir)/tests/tap/src \
     7    -I$(top_srcdir)/src
     8
     9AM_LDFLAGS = \
     10    $(top_builddir)/tests/tap/src/libtap.la \
     11    $(top_builddir)/src/libnebclient.la
     12
    313check_PROGRAMS = tests
    4 tests_SOURCES = tests.c
    5 tests_CPPFLAGS = -I$(top_srcdir)/src$
    6 tests_LDADD = $(top_builddir)/src/libnebclient.la
Note: See TracChangeset for help on using the changeset viewer.