IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9933


Ignore:
Timestamp:
Nov 9, 2006, 1:27:25 PM (20 years ago)
Author:
drobbin
Message:

Tap test for psSphereOps.c. execute_tap script added for convenience. Update Makefile accordingly

Location:
trunk/psLib/test/astro
Files:
2 added
1 edited

Legend:

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

    r8960 r9933  
    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)
    26AM_LDFLAGS = \
    37        $(top_builddir)/src/libpslib.la  \
    48        $(top_builddir)/test/tap/src/libtap.la \
     9        $(top_builddir)/test/pstap/src/libpstap.la \
    510        $(PSLIB_LIBS)
    611
    7 TEST_PROGS =
     12TEST_PROGS = \
     13        tap_psSphereOps_all
    814
    915if BUILD_TESTS
     
    2026        data/test.psTime.config3.template \
    2127        data/test.psTime.config4.template \
    22         data/test.ser7.dat 
     28        data/test.ser7.dat
    2329
    2430tmp_files = \
     
    3137
    3238CLEANFILES = $(tmp_files) core core.* *~ *.bb *.bbg *.da gmon.out
     39
     40tests: $(check_PROGRAMS)
     41        $(top_srcdir)/test/test.pl
     42
    3343
    3444pslib.config: $(top_srcdir)/etc/pslib.config.template
Note: See TracChangeset for help on using the changeset viewer.