20 lines
508 B
Plaintext
20 lines
508 B
Plaintext
# Boost.GIL (Generic Image Library) - Numeric tests
|
|
#
|
|
# Copyright (c) 2013 Christian Henning
|
|
# Copyright (c) 2019 Mateusz Loskot <mateusz at loskot dot net>
|
|
# Copyright (c) 2021 Pranam Lashkari <plashkari628@gmail.com>
|
|
#
|
|
# Distributed under 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 ;
|
|
|
|
alias headers : [ generate_self_contained_headers extension/numeric ] ;
|
|
|
|
|
|
|
|
run matrix3x2.cpp ;
|
|
run resample.cpp ;
|
|
|