IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10010


Ignore:
Timestamp:
Nov 15, 2006, 3:44:30 PM (20 years ago)
Author:
magnier
Message:

added tap tests for psSparseBorder functions

Location:
trunk/psLib/test/math
Files:
1 added
1 edited

Legend:

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

    r8958 r10010  
    1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS)
     1
     2AM_CPPFLAGS = \
     3        $(SRCINC) \
     4        -I$(top_srcdir)/test/tap/src \
     5        -I$(top_srcdir)/test/pstap/src \
     6        $(PSLIB_CFLAGS)
     7
    28AM_LDFLAGS = \
    39        $(top_builddir)/src/libpslib.la  \
    410        $(top_builddir)/test/tap/src/libtap.la \
     11        $(top_builddir)/test/pstap/src/libpstap.la \
    512        $(PSLIB_LIBS)
    613
    7 TEST_PROGS =
     14TEST_PROGS = \
     15        tap_psSparse
    816
    917if BUILD_TESTS
     
    1422endif
    1523
    16 CLEANFILES = $(check_DATA) temp/* seed_msglog1.txt core core.* *~ *.bb *.bbg *.da gmon.out
     24CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    1725
    1826test: check
Note: See TracChangeset for help on using the changeset viewer.