[test][io] Rename the tests.

This commit is contained in:
Adam Wulkiewicz 2015-05-28 23:08:01 +02:00
parent a4d53e9b60
commit 198037a0e2
4 changed files with 11 additions and 9 deletions

View File

@ -1,8 +1,9 @@
# 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.
# Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
# Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
# Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
# Copyright (c) 2015 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
@ -10,6 +11,6 @@
test-suite boost-geometry-io-dsv
:
[ run multi_dsv.cpp ]
[ run dsv_multi.cpp : : : : dsv_multi ]
;

View File

@ -1,8 +1,9 @@
# 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.
# Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
# Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
# Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
# Copyright (c) 2015 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
@ -10,7 +11,7 @@
test-suite boost-geometry-io-wkt
:
[ run multi_wkt.cpp ]
[ run wkt.cpp ]
[ run wkt.cpp : : : : io_wkt ]
[ run wkt_multi.cpp : : : : io_wkt_multi ]
;