IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2006, 2:18:12 PM (20 years ago)
Author:
Paul Price
Message:

Adding --enable-tests to configure script, to allow choice as to when the tests are built. Removed xml from build.

File:
1 edited

Legend:

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

    r8731 r8841  
    1010        $(PSLIB_LIBS)
    1111
     12TEST_PROGS = \
     13        tap_psStringSubstitute
    1214
    13 check_PROGRAMS = \
    14         tap_psStringSubstitute
     15if BUILD_TESTS
     16bin_PROGRAMS = $(TEST_PROGS)
     17else
     18check_PROGRAMS = $(TEST_PROGS)
     19endif
     20TESTS = $(TEST_PROGS)
    1521
    1622CLEANFILES = $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT \
Note: See TracChangeset for help on using the changeset viewer.