IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2007, 9:55:14 AM (19 years ago)
Author:
Paul Price
Message:

Updating test build system for psModules to match that for psLib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/configure.ac

    r13397 r13644  
    2828
    2929AC_PREFIX_DEFAULT([`pwd`])
     30
     31dnl build tests at the same time as the source code
     32AC_ARG_ENABLE(tests,
     33  [AS_HELP_STRING(--enable-tests,build tests at same time as source)],
     34  [AC_MSG_RESULT(test building enabled)
     35   tests=true],
     36   [tests=false])
     37AM_CONDITIONAL(BUILD_TESTS, test x$tests = xtrue)
    3038
    3139dnl ------------------- PERL options ---------------------
Note: See TracChangeset for help on using the changeset viewer.