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

    r8718 r8841  
    1313        test.ser7.dat
    1414
    15 check_PROGRAMS =
     15TEST_PROGS =
     16
     17if BUILD_TESTS
     18bin_PROGRAMS = $(TEST_PROGS)
     19else
     20check_PROGRAMS = $(TEST_PROGS)
     21endif
     22TESTS = $(TEST_PROGS)
    1623
    1724CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
Note: See TracChangeset for help on using the changeset viewer.