Ignore:
Timestamp:
Dec 1, 2008, 10:01:33 PM (14 years ago)
Author:
Peter Johansson
Message:

defining state variable in config.h and when not in base1 mode slice out tests in wenni_test that are base1 specific.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/base1/se.lu.thep.wenni/trunk/configure.ac

    r848 r849  
    8282              [ state="base2" ])
    8383
     84AC_DEFINE_UNQUOTED([WeNNI_STATE], ["$state"],
     85                   [defined to configured state - base1, base2, or stand-alone])
    8486AM_CONDITIONAL([BASE1], [test x$state = xbase1])
    8587AM_CONDITIONAL([BASE2], [test x$state = xbase2])
Note: See TracChangeset for help on using the changeset viewer.