Jamfile 346 B

1234567891011121314151617
  1. # (C) Copyright Tobias Schwinger
  2. #
  3. # Use modification and distribution are subject to the boost Software License,
  4. # Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt).
  5. import testing ;
  6. project forward-tests
  7. ;
  8. test-suite functional/forward
  9. :
  10. [ run forward_adapter.cpp ]
  11. [ run lightweight_forward_adapter.cpp ]
  12. ;