/Src/Dependencies/Boost/libs/gil/test/Jamfile.v2

http://hadesmem.googlecode.com/ · text · 40 lines · 36 code · 4 blank · 0 comment · 0 complexity · c66d11d988623da32e73bfe343a5fd64 MD5 · raw file

  1. # Copyright 2008 Lubomir Bourdev and Hailin Jin
  2. #
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # (See accompanying file LICENSE_1_0.txt or copy at
  5. # http://www.boost.org/LICENSE_1_0.txt)
  6. # Jamfile for building the GIL test app
  7. project libs/gil/test ;
  8. import testing ;
  9. test-suite gil :
  10. [ run image.cpp
  11. sample_image.cpp
  12. error_if.cpp
  13. :
  14. :
  15. : <include>$(BOOST_ROOT) <define>BOOST_GIL_NO_IO <define>_SCL_SECURE_NO_WARNINGS ]
  16. [ run channel.cpp
  17. error_if.cpp
  18. :
  19. :
  20. : <include>$(BOOST_ROOT) <define>BOOST_GIL_NO_IO <define>_SCL_SECURE_NO_WARNINGS ]
  21. [ run pixel.cpp
  22. error_if.cpp
  23. :
  24. :
  25. : <include>$(BOOST_ROOT) <define>BOOST_GIL_NO_IO <define>_SCL_SECURE_NO_WARNINGS ]
  26. [ run pixel_iterator.cpp
  27. error_if.cpp
  28. :
  29. :
  30. : <include>$(BOOST_ROOT) <define>BOOST_GIL_NO_IO <define>_SCL_SECURE_NO_WARNINGS ]
  31. [ run image_io.cpp
  32. error_if.cpp
  33. :
  34. :
  35. : <include>$(BOOST_ROOT) <define>BOOST_GIL_NO_IO <define>_SCL_SECURE_NO_WARNINGS ]
  36. ;