소스 검색

Merge branch 'doc-ctest-build-and-test-summary' into release-3.14

Merge-request: !3017
Brad King 6 년 전
부모
커밋
8455e166a9
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      Help/manual/ctest.1.rst

+ 3 - 2
Help/manual/ctest.1.rst

@@ -11,8 +11,9 @@ Synopsis
 .. parsed-literal::
 
  ctest [<options>]
- ctest <path-to-source> <path-to-build> --build-generator <generator>
-       [<options>...] [-- <build-options>...] [--test-command <test>]
+ ctest --build-and-test <path-to-source> <path-to-build>
+       --build-generator <generator> [<options>...]
+       [--build-options <opts>...] [--test-command <command> [<args>...]]
  ctest {-D <dashboard> | -M <model> -T <action> | -S <script> | -SP <script>}
        [-- <dashboard-options>...]