[test][index] Group rtree tests in separate directories by value_type.

This commit is contained in:
Adam Wulkiewicz 2018-07-22 18:28:07 +02:00
parent 01c7c4b6e9
commit 577688d238
96 changed files with 146 additions and 21 deletions

View File

@ -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 ;

View File

@ -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 ] ;

View File

@ -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 ] ;

View File

@ -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 ] ;

View File

@ -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 ] ;

View File

@ -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 ] ;