IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10809 for trunk/psLib


Ignore:
Timestamp:
Dec 18, 2006, 9:12:16 AM (20 years ago)
Author:
des
Message:

Add entries for building new tap files tap_psImage.c, tap_psScalar.c,
tap_psVectorSort_01.c, tap_psVectorSort_02.c, tap_psVectorSort_03.c,
tap_psVectorSort_04.c

File:
1 edited

Legend:

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

    r9863 r10809  
    22AM_CPPFLAGS = \
    33        $(SRCINC) \
     4        -I$(top_srcdir)/src/mathtypes \
    45        -I$(top_srcdir)/test/tap/src \
    56        -I$(top_srcdir)/test/pstap/src \
     
    1314
    1415TEST_PROGS = \
    15         tap_psVector \
    16         tap_psImageInterpolate
     16        tap_psScalar \
     17        tap_psImage \
     18        tap_psImageInterpolate \
     19        tap_psVectorSort_01 \
     20        tap_psVectorSort_02 \
     21        tap_psVectorSort_03 \
     22        tap_psVectorSort_04 \
     23        tap_psVector
    1724
    1825if BUILD_TESTS
Note: See TracChangeset for help on using the changeset viewer.