Jamfile.v2 839 B

1234567891011121314151617181920212223242526
  1. # Boost.IO Library test Jamfile
  2. #
  3. # Copyright 2003 Daryle Walker. Use, modification, and distribution
  4. # are subject to the Boost Software License, Version 1.0. (See
  5. # accompanying file LICENSE_1_0.txt or a copy at
  6. # <http://www.boost.org/LICENSE_1_0.txt>.)
  7. #
  8. # See <http://www.boost.org/libs/io/> for the library's home page.
  9. test-suite "io"
  10. : [ run ios_state_unit_test.cpp
  11. ../../../libs/test/build//boost_unit_test_framework/<link>static
  12. : # args
  13. : # input files
  14. # : std::locale-support
  15. ]
  16. [ run ios_state_test.cpp
  17. ../../../libs/test/build//boost_test_exec_monitor/<link>static
  18. : # args
  19. : # input files
  20. # : std::locale-support
  21. ]
  22. [ run quoted_manip_test.cpp ]
  23. ;