Skip to content

Commit

Permalink
[test][index] Group rtree tests in separate directories by value_type.
Browse files Browse the repository at this point in the history
  • Loading branch information
awulkiew committed Jul 22, 2018
1 parent 01c7c4b commit 577688d
Show file tree
Hide file tree
Showing 96 changed files with 146 additions and 21 deletions.
27 changes: 6 additions & 21 deletions index/test/rtree/generated/Jamfile.v2
@@ -1,28 +1,13 @@
# Boost.Geometry Index
#
# Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.
# Copyright (c) 2011-2018 Adam Wulkiewicz, Lodz, Poland.
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

rule test_all
{
local all_rules = ;

for local fileb in [ glob *.cpp ]
{
all_rules += [ run $(fileb)
: # additional args
: # test-files
: # requirements
<toolset>msvc:<cxxflags>/bigobj
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
] ;
}

return $(all_rules) ;
}

test-suite boost-geometry-index-rtree-generated : [ test_all r ] ;

build-project b2d ;
build-project b3d ;
build-project p2d ;
build-project p3d ;
build-project s2d ;
28 changes: 28 additions & 0 deletions index/test/rtree/generated/b2d/Jamfile.v2
@@ -0,0 +1,28 @@
# Boost.Geometry Index
#
# Copyright (c) 2011-2018 Adam Wulkiewicz, Lodz, Poland.
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

rule test_all
{
local all_rules = ;

for local fileb in [ glob *.cpp ]
{
all_rules += [ run $(fileb)
: # additional args
: # test-files
: # requirements
<toolset>msvc:<cxxflags>/bigobj
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
] ;
}

return $(all_rules) ;
}

test-suite boost-geometry-index-rtree-generated-b2d : [ test_all r ] ;

28 changes: 28 additions & 0 deletions index/test/rtree/generated/b3d/Jamfile.v2
@@ -0,0 +1,28 @@
# Boost.Geometry Index
#
# Copyright (c) 2011-2018 Adam Wulkiewicz, Lodz, Poland.
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

rule test_all
{
local all_rules = ;

for local fileb in [ glob *.cpp ]
{
all_rules += [ run $(fileb)
: # additional args
: # test-files
: # requirements
<toolset>msvc:<cxxflags>/bigobj
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
] ;
}

return $(all_rules) ;
}

test-suite boost-geometry-index-rtree-generated-b3d : [ test_all r ] ;

28 changes: 28 additions & 0 deletions index/test/rtree/generated/p2d/Jamfile.v2
@@ -0,0 +1,28 @@
# Boost.Geometry Index
#
# Copyright (c) 2011-2018 Adam Wulkiewicz, Lodz, Poland.
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

rule test_all
{
local all_rules = ;

for local fileb in [ glob *.cpp ]
{
all_rules += [ run $(fileb)
: # additional args
: # test-files
: # requirements
<toolset>msvc:<cxxflags>/bigobj
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
] ;
}

return $(all_rules) ;
}

test-suite boost-geometry-index-rtree-generated-p2d : [ test_all r ] ;

28 changes: 28 additions & 0 deletions index/test/rtree/generated/p3d/Jamfile.v2
@@ -0,0 +1,28 @@
# Boost.Geometry Index
#
# Copyright (c) 2011-2018 Adam Wulkiewicz, Lodz, Poland.
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

rule test_all
{
local all_rules = ;

for local fileb in [ glob *.cpp ]
{
all_rules += [ run $(fileb)
: # additional args
: # test-files
: # requirements
<toolset>msvc:<cxxflags>/bigobj
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
] ;
}

return $(all_rules) ;
}

test-suite boost-geometry-index-rtree-generated-p3d : [ test_all r ] ;

28 changes: 28 additions & 0 deletions index/test/rtree/generated/s2d/Jamfile.v2
@@ -0,0 +1,28 @@
# Boost.Geometry Index
#
# Copyright (c) 2011-2018 Adam Wulkiewicz, Lodz, Poland.
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

rule test_all
{
local all_rules = ;

for local fileb in [ glob *.cpp ]
{
all_rules += [ run $(fileb)
: # additional args
: # test-files
: # requirements
<toolset>msvc:<cxxflags>/bigobj
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
] ;
}

return $(all_rules) ;
}

test-suite boost-geometry-index-rtree-generated-s2d : [ test_all r ] ;

0 comments on commit 577688d

Please sign in to comment.