~zorba-coders/zorba/bugs-912586-912593-912722

« back to all changes in this revision

Viewing changes to test/rbkt/modules/CMakeLists.txt

  • Committer: Cezar Andrei
  • Date: 2012-03-28 15:42:12 UTC
  • mfrom: (10606.1.129 zorba)
  • Revision ID: cezar.lp@cezarandrei.com-20120328154212-jh2heq49xcqjppce
Merge from trunck and resolve ChangeLog conflict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Build and install any test modules.  (Parameters are scrambled about
16
16
# as a test for DECLARE_ZORBA_MODULE parsing them.)
17
17
DECLARE_ZORBA_MODULE(FILE "ver2.xq"
18
 
  URI "http://www.zorba-xquery.com/modules/ver" VERSION 2.3 TEST_ONLY)
19
 
DECLARE_ZORBA_MODULE(URI "http://www.zorba-xquery.com/modules/ver" VERSION 1.4
 
18
  URI "http://www.flworfound.org/modules/ver" VERSION 2.3 TEST_ONLY)
 
19
DECLARE_ZORBA_MODULE(URI "http://www.flworfound.org/modules/ver" VERSION 1.4
20
20
  FILE "${CMAKE_CURRENT_SOURCE_DIR}/ver.xq" TEST_ONLY)
21
21
 
22
 
DECLARE_ZORBA_MODULE(URI "http://www.zorba-xquery.com/modules/bad-ver"
 
22
DECLARE_ZORBA_MODULE(URI "http://www.flworfound.org/modules/bad-ver"
23
23
  FILE "bad-ver.xq" VERSION 1.4 TEST_ONLY)
24
24
 
25
25
DECLARE_ZORBA_MODULE(URI "http://www.zorba-xquery.com/modules/A" VERSION 1.0
54
54
    -e "manifest:=${CMAKE_BINARY_DIR}/ZorbaManifest.xml"
55
55
    --module-path "${CMAKE_BINARY_DIR}/TEST_URI_PATH")
56
56
ENDIF (NOT ZORBA_NO_XMLSCHEMA)
 
57
 
 
58
# This is as good a place as any to test this feature
 
59
DECLARE_ZORBA_URI_FILE(FILE "random-file.txt"
 
60
  URI "http://www.zorba-xquery.com/random-file" TEST_ONLY)