mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05:24:02 +00:00
[test][index] Group rtree tests in separate directories by value_type.
This commit is contained in:
parent
01c7c4b6e9
commit
577688d238
@ -1,28 +1,13 @@
|
|||||||
# Boost.Geometry Index
|
# 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,
|
# Use, modification and distribution is subject to the Boost Software License,
|
||||||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
# http://www.boost.org/LICENSE_1_0.txt)
|
# http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
rule test_all
|
build-project b2d ;
|
||||||
{
|
build-project b3d ;
|
||||||
local all_rules = ;
|
build-project p2d ;
|
||||||
|
build-project p3d ;
|
||||||
for local fileb in [ glob *.cpp ]
|
build-project s2d ;
|
||||||
{
|
|
||||||
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 ] ;
|
|
||||||
|
|
||||||
|
28
index/test/rtree/generated/b2d/Jamfile.v2
Normal file
28
index/test/rtree/generated/b2d/Jamfile.v2
Normal 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 ] ;
|
||||||
|
|
28
index/test/rtree/generated/b3d/Jamfile.v2
Normal file
28
index/test/rtree/generated/b3d/Jamfile.v2
Normal 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 ] ;
|
||||||
|
|
28
index/test/rtree/generated/p2d/Jamfile.v2
Normal file
28
index/test/rtree/generated/p2d/Jamfile.v2
Normal 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 ] ;
|
||||||
|
|
28
index/test/rtree/generated/p3d/Jamfile.v2
Normal file
28
index/test/rtree/generated/p3d/Jamfile.v2
Normal 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 ] ;
|
||||||
|
|
28
index/test/rtree/generated/s2d/Jamfile.v2
Normal file
28
index/test/rtree/generated/s2d/Jamfile.v2
Normal 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 ] ;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user