IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2006, 4:54:35 PM (20 years ago)
Author:
jhoblitt
Message:

disable all non-tap tests and stop distributing "verified" directories

File:
1 edited

Legend:

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

    r7998 r8718  
    1  #Makefile for astro tests of psLib
    2 #
    3 
    4 AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS)
    5 AM_LDFLAGS = $(top_builddir)/src/libpslib.la $(PSLIB_LIBS)
    6 
    7 TESTS =  \
    8         tst_psCoord01 \
    9         tst_psCoord02 \
    10         tst_psTime_01 \
    11         tst_psTime_02 \
    12         tst_psTime_03 \
    13         tst_psTime_04 \
    14         tst_psCoord \
    15         tst_psEarthOrientation \
    16         tst_psSphereOps
    17 
    18 tst_psTime_01_SOURCES = tst_psTime_01.c
    19 tst_psTime_02_SOURCES = tst_psTime_02.c
    20 tst_psTime_03_SOURCES = tst_psTime_03.c
    21 tst_psTime_04_SOURCES = tst_psTime_04.c
    22 tst_psCoord_SOURCES = tst_psCoord.c
    23 tst_psSphereOps_SOURCES = tst_psSphereOps.c
    24 tst_psCoord01_SOURCES = tst_psCoord01.c
    25 tst_psCoord02_SOURCES = tst_psCoord02.c
    26 tst_psEarthOrientation_SOURCES = tst_psEarthOrientation.c
     1AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS)
     2AM_LDFLAGS = \
     3        $(top_builddir)/src/libpslib.la  \
     4        $(top_builddir)/test/tap/src/libtap.la \
     5        $(PSLIB_LIBS)
    276
    287check_DATA = \
     
    3413        test.ser7.dat
    3514
    36 check_PROGRAMS = $(TESTS)
     15check_PROGRAMS =
    3716
    38 TESTS_ENVIRONMENT = export PS_CONFIG_FILE="pslib.config" && perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified
    39 
    40 EXTRA_DIST = data verified
    41 EXTRA_PROGRAMS = tst_psCoord
    42 
    43 tests: $(check_DATA) $(TESTS)
    44 
    45 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
     17CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    4618
    4719pslib.config: $(top_srcdir)/etc/pslib/pslib.config.template
     
    6335        cp $? $@
    6436
    65 tests: $(check_DATA) $(TESTS)
    66 
    6737test: check
    68 
    69 
Note: See TracChangeset for help on using the changeset viewer.