IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2007, 9:55:14 AM (19 years ago)
Author:
Paul Price
Message:

Updating test build system for psModules to match that for psLib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/concepts/Makefile.am

    r9722 r13644  
    1 AM_LDFLAGS = -L$(top_builddir)/src -lpsmodules $(PSMODULES_LIBS)
    2 AM_CFLAGS  = @AM_CFLAGS@ $(PSMODULES_CFLAGS) $(SRCINC)
    3 AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS)
     1AM_CPPFLAGS = \
     2        $(SRCINC) \
     3        -I$(top_srcdir)/test/tap/src \
     4        -I$(top_srcdir)/test/pstap/src \
     5        $(PSMODULES_CFLAGS)
    46
    5 check_PROGRAMS =
     7AM_LDFLAGS = \
     8        $(top_builddir)/src/libpsmodules.la  \
     9        $(top_builddir)/test/tap/src/libtap.la \
     10        $(top_builddir)/test/pstap/src/libpstap.la \
     11        $(PSMODULES_LIBS)
     12
     13TEST_PROGS =
     14
     15if BUILD_TESTS
     16bin_PROGRAMS = $(TEST_PROGS)
     17TESTS = $(TEST_PROGS)
     18else
     19check_PROGRAMS = $(TEST_PROGS)
     20endif
     21
     22CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    623
    724test: check
     25        $(top_srcdir)/test/test.pl
Note: See TracChangeset for help on using the changeset viewer.