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/tap/configure.in

    r7862 r8841  
    1717                ;;
    1818esac
     19
     20dnl build tests at the same time as the source code
     21AC_ARG_ENABLE(tests,
     22  [AS_HELP_STRING(--enable-tests,build tests at same time as source)],
     23  [AC_MSG_RESULT(test building enabled)
     24   tests=true],
     25   [tests=false])
     26AM_CONDITIONAL(BUILD_TESTS, test x$tests = xtrue)
    1927
    2028# Checks for header files
Note: See TracChangeset for help on using the changeset viewer.