← Back to team overview

zorba-coders team mailing list archive

[Bug 872958] Re: Need way to detect non-core modules in build

 

** Changed in: zorba
     Assignee: (unassigned) => Chris Hillery (ceejatec)

-- 
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:
  New

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


References