blob: ed406ffd4c6439c4326610fd306b359987bd9159 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Boost.Geometry
#
# Copyright (c) 2016 Oracle and/or its affiliates.
#
# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
#
# 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-io-svg
:
[ run svg.cpp : : : : io_svg ]
;
|