Jamfile.v2 867 B

123456789101112131415161718192021222324252627
  1. # Copyright Misha Bergal 2006
  2. #
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # See http://www.boost.org/LICENSE_1_0.txt
  5. test-suite testlib :
  6. [ compile-fail compile-fail_fail.cpp ]
  7. [ compile-fail compile-fail_pass.cpp ]
  8. [ compile compile_fail.cpp ]
  9. [ compile compile_pass.cpp ]
  10. [ compile compile_warn.cpp ]
  11. # The link test .cpp files were apparently never committed to the repository,
  12. # and were lost.
  13. # [ link link_fail.cpp ]
  14. # [ link link_pass.cpp ]
  15. # [ link-fail link-fail_fail.cpp ]
  16. # [ link-fail link-fail_pass.cpp ]
  17. [ run-fail run-fail_compile-fail.cpp ]
  18. [ run-fail run-fail_fail-warn.cpp ]
  19. [ run-fail run-fail_fail.cpp ]
  20. [ run-fail run-fail_pass.cpp ]
  21. [ run run_fail.cpp ]
  22. [ run run_note.cpp ]
  23. [ run run_pass.cpp ]
  24. [ run run_warn-note.cpp ]
  25. [ run run_warn.cpp ]
  26. ;
粤ICP备19079148号