Jamfile 482 B

12345678910111213
  1. # Boost.GIL (Generic Image Library) - dynamic_image tests
  2. #
  3. # Copyright (c) 2019 Mateusz Loskot <mateusz@loskot.net>
  4. #
  5. # Distributed under the Boost Software License, Version 1.0.
  6. # (See accompanying file LICENSE_1_0.txt or
  7. # copy at http://www.boost.org/LICENSE_1_0.txt)
  8. import testing ;
  9. alias headers : [ generate_self_contained_headers extension/dynamic_image ] ;
  10. run subimage_view.cpp /boost/test//boost_unit_test_framework : : : <link>shared:<define>BOOST_TEST_DYN_LINK=1 ;