2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-19 02:22:09 +00:00

Restore root Jamfile lost during merge of PR #13

This commit is contained in:
Mateusz Loskot
2018-04-06 19:44:44 +02:00
committed by Stefan Seefeld
parent a9b30b8468
commit 3e612232c2

View File

@@ -1,40 +0,0 @@
# Copyright 2008 Lubomir Bourdev and 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)
# Jamfile for building the GIL test app
project libs/gil/test ;
import testing ;
test-suite gil :
[ run image.cpp
sample_image.cpp
error_if.cpp
:
: gil_reference_checksums.txt
: <include>$(BOOST_ROOT) <define>BOOST_GIL_NO_IO <define>_SCL_SECURE_NO_WARNINGS ]
[ run channel.cpp
error_if.cpp
:
:
: <include>$(BOOST_ROOT) <define>BOOST_GIL_NO_IO <define>_SCL_SECURE_NO_WARNINGS ]
[ run pixel.cpp
error_if.cpp
:
:
: <include>$(BOOST_ROOT) <define>BOOST_GIL_NO_IO <define>_SCL_SECURE_NO_WARNINGS ]
[ run pixel_iterator.cpp
error_if.cpp
:
:
: <include>$(BOOST_ROOT) <define>BOOST_GIL_NO_IO <define>_SCL_SECURE_NO_WARNINGS ]
[ run image_io.cpp
error_if.cpp
:
:
: <include>$(BOOST_ROOT) <define>BOOST_GIL_NO_IO <define>_SCL_SECURE_NO_WARNINGS ]
;