mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 11:32:15 +00:00
21 lines
566 B
Plaintext
21 lines
566 B
Plaintext
# test/arithmetic/Jamfile.v2
|
|
#
|
|
# Copyright (c) 2009 Mateusz Loskot <mateusz@loskot.net>
|
|
#
|
|
# 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 ggl-arithmetic
|
|
:
|
|
[ run arithmetic.cpp ]
|
|
[ run cross_product.cpp ]
|
|
[ compile-fail cross_product.cpp
|
|
: # requirements
|
|
<define>TEST_FAIL_CROSS_PRODUCT
|
|
: # target name
|
|
cross_product_compile_fail
|
|
]
|
|
[ run dot_product.cpp ]
|
|
;
|