mirror of
https://github.com/boostorg/polygon.git
synced 2026-02-13 12:42:12 +00:00
23 lines
499 B
Plaintext
23 lines
499 B
Plaintext
# test/Jamfile.v2 controls building of Polygon Library unit tests
|
|
#
|
|
# Copyright (c) 2010 Intel Corporation
|
|
#
|
|
# 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)
|
|
|
|
import testing ;
|
|
|
|
project polygon-test
|
|
:
|
|
requirements
|
|
<include>.
|
|
<toolset>msvc:<asynch-exceptions>on
|
|
;
|
|
|
|
test-suite polygon-unit
|
|
:
|
|
[ run gtl_boost_unit_test.cpp ]
|
|
;
|
|
|