Till Westmann | 5b431ca | 2015-10-01 19:16:11 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ! Licensed to the Apache Software Foundation (ASF) under one |
| 3 | ! or more contributor license agreements. See the NOTICE file |
| 4 | ! distributed with this work for additional information |
| 5 | ! regarding copyright ownership. The ASF licenses this file |
| 6 | ! to you under the Apache License, Version 2.0 (the |
| 7 | ! "License"); you may not use this file except in compliance |
| 8 | ! with the License. You may obtain a copy of the License at |
| 9 | ! |
| 10 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | ! |
| 12 | ! Unless required by applicable law or agreed to in writing, |
| 13 | ! software distributed under the License is distributed on an |
| 14 | ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | ! KIND, either express or implied. See the License for the |
| 16 | ! specific language governing permissions and limitations |
| 17 | ! under the License. |
| 18 | !--> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 19 | <test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".aql"> |
ramangrover29 | 0321dac | 2013-04-24 14:21:16 -0700 | [diff] [blame] | 20 | <test-group name="library-functions"> |
| 21 | <test-case FilePath="library-functions"> |
| 22 | <compilation-unit name="mysum"> |
| 23 | <output-dir compare="Text">mysum</output-dir> |
| 24 | </compilation-unit> |
| 25 | </test-case> |
| 26 | <test-case FilePath="library-functions"> |
| 27 | <compilation-unit name="toUpper"> |
| 28 | <output-dir compare="Text">toUpper</output-dir> |
| 29 | </compilation-unit> |
| 30 | </test-case> |
Raman Grover | 6d9b59a | 2013-04-24 19:32:15 -0700 | [diff] [blame] | 31 | <test-case FilePath="library-functions"> |
| 32 | <compilation-unit name="insert-from-select"> |
| 33 | <output-dir compare="Text">insert-from-select</output-dir> |
| 34 | </compilation-unit> |
| 35 | </test-case> |
ramangrover29 | 95135de | 2013-04-25 04:00:27 -0700 | [diff] [blame] | 36 | <test-case FilePath="library-functions"> |
| 37 | <compilation-unit name="getCapital"> |
| 38 | <output-dir compare="Text">getCapital</output-dir> |
| 39 | </compilation-unit> |
| 40 | </test-case> |
ramangrover29 | 0321dac | 2013-04-24 14:21:16 -0700 | [diff] [blame] | 41 | </test-group> |
| 42 | <test-group name="library-metadata"> |
| 43 | <test-case FilePath="library-metadata"> |
| 44 | <compilation-unit name="functionDataset"> |
| 45 | <output-dir compare="Text">functionDataset</output-dir> |
| 46 | </compilation-unit> |
| 47 | </test-case> |
| 48 | <test-case FilePath="library-metadata"> |
| 49 | <compilation-unit name="libraryDataset"> |
| 50 | <output-dir compare="Text">libraryDataset</output-dir> |
| 51 | </compilation-unit> |
| 52 | </test-case> |
| 53 | <test-case FilePath="library-metadata"> |
| 54 | <compilation-unit name="dataverseDataset"> |
| 55 | <output-dir compare="Text">dataverseDataset</output-dir> |
| 56 | </compilation-unit> |
| 57 | </test-case> |
| 58 | </test-group> |
Raman Grover | 66b8a07 | 2013-11-21 14:46:21 +0530 | [diff] [blame] | 59 | <test-group name="library-feeds"> |
ramangrover29 | ae85a1d | 2015-06-26 17:26:05 -0700 | [diff] [blame] | 60 | <test-case FilePath="library-feeds"> |
Raman Grover | 66b8a07 | 2013-11-21 14:46:21 +0530 | [diff] [blame] | 61 | <compilation-unit name="feed_ingest"> |
| 62 | <output-dir compare="Text">feed_ingest</output-dir> |
| 63 | </compilation-unit> |
| 64 | </test-case> |
| 65 | </test-group> |
Raman Grover | 7696def | 2013-12-02 10:34:07 +0530 | [diff] [blame] | 66 | <test-group name="library-adapters"> |
| 67 | <test-case FilePath="library-adapters"> |
| 68 | <compilation-unit name="typed_adapter"> |
| 69 | <output-dir compare="Text">typed_adapter</output-dir> |
| 70 | </compilation-unit> |
| 71 | </test-case> |
| 72 | </test-group> |
ramangrover29 | 0321dac | 2013-04-24 14:21:16 -0700 | [diff] [blame] | 73 | </test-suite> |
| 74 | |