diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/boost/libs/gil/test/legacy/Jamfile | |
parent | Initial commit. (diff) | |
download | ceph-upstream.tar.xz ceph-upstream.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/gil/test/legacy/Jamfile')
-rw-r--r-- | src/boost/libs/gil/test/legacy/Jamfile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/boost/libs/gil/test/legacy/Jamfile b/src/boost/libs/gil/test/legacy/Jamfile new file mode 100644 index 00000000..048ab8c4 --- /dev/null +++ b/src/boost/libs/gil/test/legacy/Jamfile @@ -0,0 +1,26 @@ +# Boost.GIL (Generic Image Library) - legacy tests +# +# Copyright (c) 2007-2015 Andrey Semashev +# Copyright (c) 2008 Lubomir Bourdev, Hailin Jin +# +# 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) +# +# *** IMPORTANT MAINTENANCE RULES *** +# These are GIL's original, comprehensive, all-in-one test suites. +# * Keep as reference. +# * Do NOT extend. +# * Do NOT refactor. +# * Modify only if absolutely necessary (a bug found in the tests). +# See the accompanying README.md + +import testing ; + +run image.cpp sample_image.cpp error_if.cpp : : gil_reference_checksums.txt ; +run channel.cpp error_if.cpp ; +run pixel.cpp error_if.cpp ; +run pixel_iterator.cpp error_if.cpp ; + +alias perf : [ run performance.cpp ] ; +explicit perf ; |