# Boost.GIL.Numeric # # (C) Copyright 2013: Christian Henning # # 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) # bring in rules for testing import testing ; project : requirements /boost/test//boost_unit_test_framework static ../../../.. intel:off msvc-7.1:off msvc-8.0:_SCL_SECURE_NO_DEPRECATE _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE msvc-9.0:_SCL_SECURE_NO_DEPRECATE _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_DEPRECATE msvc-10.0:_SCL_SECURE_NO_DEPRECATE _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_DEPRECATE static /boost/test//boost_unit_test_framework # /boost/system//boost_system ; test-suite "gil::numeric" : [ run # sources test.cpp numeric.cpp ] ;