Jamfile.v2 626 B

123456789101112131415161718192021
  1. test-suite testlib :
  2. [ compile-fail compile-fail~fail.cpp ]
  3. [ compile-fail compile-fail~pass.cpp ]
  4. [ compile compile~fail.cpp ]
  5. [ compile compile~pass.cpp ]
  6. [ compile compile~warn.cpp ]
  7. [ link link~fail.cpp ]
  8. [ link link~pass.cpp ]
  9. [ link-fail link-fail~fail.cpp ]
  10. [ link-fail link-fail~pass.cpp ]
  11. [ run-fail run-fail~compile-fail.cpp ]
  12. [ run-fail run-fail~fail-warn.cpp ]
  13. [ run-fail run-fail~fail.cpp ]
  14. [ run-fail run-fail~pass.cpp ]
  15. [ run run~fail.cpp ]
  16. [ run run~note.cpp ]
  17. [ run run~pass.cpp ]
  18. [ run run~warn-note.cpp ]
  19. [ run run~warn.cpp ]
  20. ;
粤ICP备19079148号