mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-20 03:02:13 +00:00
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
# Copyright Michael Stevens 2004
|
|
|
|
# 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)
|
|
# bring in rules for testing
|
|
|
|
exe test7
|
|
: test7.cpp test71.cpp test72.cpp test73.cpp
|
|
: <define>BOOST_UBLAS_USE_INTERVAL
|
|
;
|