]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commitdiff
make-new-test: Add a placeholder to docs/all-tests.dox
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 25 Apr 2017 16:40:34 +0000 (17:40 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 25 Apr 2017 16:42:07 +0000 (17:42 +0100)
This should help to avoid it being forgotten.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
make-new-test.sh

index c78e3747c2adc8dad0cf28a3c72275f3fdecd225..2036eb6200a9848a88f4815540c89d6a3d7f84eb 100755 (executable)
@@ -136,3 +136,10 @@ void test_main(void)
  */
 EOF
 } > tests/$NAME/main.c
+
+# Update docs/all-tests.dox with a placeholder
+echo "Adding placeholder to docs/all-tests.dox"
+cat >> docs/all-tests.dox <<EOF
+# Placeholder: Merge into the appropriate location above
+@subpage test-$NAME - @todo title
+EOF