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/xml/Makefile.am

    r8718 r8841  
    55        $(PSLIB_LIBS)
    66
    7 check_PROGRAMS =
     7TEST_PROGS =
     8
     9if BUILD_TESTS
     10bin_PROGRAMS = $(TEST_PROGS)
     11else
     12check_PROGRAMS = $(TEST_PROGS)
     13endif
     14TESTS = $(TEST_PROGS)
    815
    916EXTRA_DIST = psTime.xml psTime2.xml psTime3.xml psTime4.xml
Note: See TracChangeset for help on using the changeset viewer.