blob: e509a2cf929675f95b2147a6ea41609ce72cfc4f [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
@prefix qt: <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
<> rdf:type mf:Manifest ;
rdfs:label "ARQ - Scripts" ;
mf:include (
## Syntax tests are in <Syntax/manifest-syntax.ttl>
## but called by a different test suite for separate
## testing runs
<Basic/manifest.ttl>
<BasicPatterns/manifest.ttl>
<Optional/manifest.ttl>
<Union/manifest.ttl>
<Algebra/manifest.ttl>
<Optimization/manifest.ttl>
<OptFilterEquality/manifest.ttl>
<Select/manifest.ttl>
<Construct/manifest.ttl>
<Describe/manifest.ttl>
<Ask/manifest.ttl>
<Dataset/manifest.ttl>
<Bound/manifest.ttl>
<Expr/manifest.ttl>
<Expr/manifest.ttl>
<Expr1/manifest.ttl>
<Expr2/manifest.ttl>
<ExprBuiltIns/manifest.ttl>
<ExprDatatypes/manifest.ttl>
<ExprEquals/manifest.ttl>
<ExprRegex/manifest.ttl>
<OpenWorld/manifest.ttl>
<Function/manifest.ttl>
<PropertyFunctions/manifest.ttl>
<TypePromotion/manifest.ttl>
<OrderBy/manifest.ttl> # DAWG tests/data/sort
<ValueTesting/manifest.ttl>
<SolutionSeq/manifest.ttl>
<Planning/manifest.ttl>
<General/manifest.ttl>
<Distinct/manifest.ttl>
<Sort/manifest.ttl>
## References the src-examples area - does not work in build.
##<Examples/manifest.ttl>
## Engines
<EngineRef/manifest.ttl>
<EngineMain/manifest.ttl>
## SPARQL 1.1
<Assign/manifest.ttl>
<SelectExpr/manifest.ttl>
<GroupBy/manifest.ttl>
<SubQuery/manifest.ttl>
<Paths/manifest.ttl>
<Negation/manifest.ttl>
## Addition misc tests
<Extra/manifest.ttl>
) .