zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #00998
[Bug 872958] [NEW] Need way to detect non-core modules in build
Public bug reported:
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 ....)
...
** Affects: zorba
Importance: Medium
Status: New
** Tags: cmake modules non-core
** Changed in: zorba
Importance: Undecided => Medium
--
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
Follow ups
References