From 3e612232c218bf89d3e23db95b8e7bfa2aab918d Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Fri, 6 Apr 2018 19:44:44 +0200 Subject: [PATCH] Restore root Jamfile lost during merge of PR #13 --- test/Jamfile.v2 | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 test/Jamfile.v2 diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 deleted file mode 100644 index 5b48b4d64..000000000 --- a/test/Jamfile.v2 +++ /dev/null @@ -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 - : $(BOOST_ROOT) BOOST_GIL_NO_IO _SCL_SECURE_NO_WARNINGS ] - [ run channel.cpp - error_if.cpp - : - : - : $(BOOST_ROOT) BOOST_GIL_NO_IO _SCL_SECURE_NO_WARNINGS ] - [ run pixel.cpp - error_if.cpp - : - : - : $(BOOST_ROOT) BOOST_GIL_NO_IO _SCL_SECURE_NO_WARNINGS ] - [ run pixel_iterator.cpp - error_if.cpp - : - : - : $(BOOST_ROOT) BOOST_GIL_NO_IO _SCL_SECURE_NO_WARNINGS ] - [ run image_io.cpp - error_if.cpp - : - : - : $(BOOST_ROOT) BOOST_GIL_NO_IO _SCL_SECURE_NO_WARNINGS ] -;