IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2005, 9:37:03 AM (21 years ago)
Author:
desonia
Message:

made testing of psDB optional, depending if feature is enabled.

File:
1 edited

Legend:

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

    r3638 r3662  
    1313AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
    1414AM_CFLAGS = -DXML_CONFIG_FILE="\"$(top_srcdir)/etc/pslib/psTime.xml\""
    15  
    1615
    1716TESTS = tst_psTime_01 \
     
    1918         tst_psTime_03 \
    2019         tst_psTime_04 \
    21          tst_psDB \
    2220         tst_psMetadataIO  \
    2321         tst_psMetadata_01 \
     
    3028         tst_psCoord \
    3129         tst_psCoord01 \
     30         @TST_PSDB@ \
    3231         tst_psAstrometry \
    3332         tst_psAstrometry01
     
    4645
    4746TESTS_ENVIRONMENT = export PS_CONFIG_FILE="psTime.config" && perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified
    48  
     47
     48EXTRA_PROGRAMS = tst_psDB
    4949
    5050tests: $(check_DATA) $(TESTS)
Note: See TracChangeset for help on using the changeset viewer.