[test] Move IO tests from multi directory.

This commit is contained in:
Adam Wulkiewicz 2014-10-30 12:07:06 +01:00
parent 0279dca727
commit 2dcd853a35
7 changed files with 2 additions and 29 deletions

View File

@ -8,7 +8,7 @@
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
test-suite boost-geometry-multi-io-dsv
test-suite boost-geometry-io-dsv
:
[ run multi_dsv.cpp ]
;

View File

@ -10,6 +10,7 @@
test-suite boost-geometry-io-wkt
:
[ run multi_wkt.cpp ]
[ run wkt.cpp ]
;

View File

@ -9,4 +9,3 @@
# http://www.boost.org/LICENSE_1_0.txt)
build-project algorithms ;
build-project io ;

View File

@ -1,12 +0,0 @@
# Boost.Geometry (aka GGL, Generic Geometry Library)
#
# Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
# Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
# Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
#
# 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)
build-project wkt ;
build-project dsv ;

View File

@ -1,15 +0,0 @@
# Boost.Geometry (aka GGL, Generic Geometry Library)
#
# Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
# Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
# Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
#
# 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)
test-suite boost-geometry-multi-io-wkt
:
[ run multi_wkt.cpp ]
;