** Changed in: zorba
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/872958

Title:
  Need way to detect non-core modules in build

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  We have a few test cases in core Zorba which depend on non-core
  modules. We would like to add some more, including "integration" tests
  and utility scripts.

  What we need is some CMake flag which is set by the existence of a
  given non-core module, so the core CMakeLists.txt files can do things
  like

  IF (PROCESS_MODULE_EXISTS)
    ADD_TEST(depends_on_process ....)
  ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/872958/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to