Revision: 75952
          http://sourceforge.net/p/brlcad/code/75952
Author:   starseeker
Date:     2020-05-27 17:59:09 +0000 (Wed, 27 May 2020)
Log Message:
-----------
Adjust comments

Modified Paths:
--------------
    brlcad/branches/bioh/misc/CMake/BRLCAD_Targets.cmake

Modified: brlcad/branches/bioh/misc/CMake/BRLCAD_Targets.cmake
===================================================================
--- brlcad/branches/bioh/misc/CMake/BRLCAD_Targets.cmake        2020-05-27 
02:35:45 UTC (rev 75951)
+++ brlcad/branches/bioh/misc/CMake/BRLCAD_Targets.cmake        2020-05-27 
17:59:09 UTC (rev 75952)
@@ -925,7 +925,7 @@
 #
 # 1.  A custom build target with the pattern regress-${testname} is defined
 #     to allow for individual execution of the regression test with
-#     "make regress-${testname}"
+#     "make ${testname}"
 #
 # 2.  A label is added identifying the test as a regression test so the top
 #     level commands "make check" and "make regress" know this particular
@@ -933,16 +933,17 @@
 #
 # 3.  Any dependencies in ${depends_list} are added as build requirements to
 #     the regress and check targets.  This ensures that (unlike "make test"
-#     and CTest itself, when those targets are built the dependencies of the
+#     and CTest itself) when those targets are built the dependencies of the
 #     tests are built first.  (A default CTest run prior to building will
 #     result in all tests failing.)
 #
-# 4.  If the keyword "STAND_ALONE" is passed in, a regress-${testname} target
+# 4.  If the keyword "STAND_ALONE" is passed in, a ${testname} target
 #     is defined but no other connections are made between that target and the
 #     agglomeration targets.
 #
 # 5.  If a TIMEOUT argument is passed, a specific timeout tiem is set on the
-#     test. Otherwise, a default is assigned so no test runs indefinitely.
+#     test. Otherwise, a default is assigned to ensure no test runs
+#     indefinitely.
 
 function(BRLCAD_REGRESSION_TEST testname depends_list)
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to