]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commitdiff
Introduce links from test descriptions to their main.c
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 15 Feb 2016 15:33:23 +0000 (15:33 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 15 Feb 2016 15:33:23 +0000 (15:33 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
tests/example/main.c
tests/selftest/main.c
tests/swint-emulation/main.c

index d5428b5c8e8d98dfb96060395f1898ce92e20a2f..7cbe5c5d009d2074d9d6bea437854533ae8b9bf1 100644 (file)
@@ -5,6 +5,8 @@
  * @page test-example Example
  *
  * A Hello World XTF testcase.
+ *
+ * @sa tests/example/main.c
  */
 #include <xtf/lib.h>
 
index 0440b79be6fce9e744cdf1a34526ccf4a539a723..d04935c567147e42342e45d0d7bda80301d4bd2e 100644 (file)
@@ -6,6 +6,8 @@
  *
  * Sanity tests for the framework environment and functionality.  Failure of
  * these tests tend to suggest bugs with the framework itself.
+ *
+ * @sa tests/selftest/main.c
  */
 #include <xtf/lib.h>
 
index 7c0b3f644eacafe1aa15d1161992203fe1e42dde..e24b2a052f713e2bf6bd85aaf3dde289d9db9ea4 100644 (file)
@@ -37,6 +37,8 @@
  * - cpl3, descriptors not present - expect @#NP faults
  *
  * In all cases, the exception frame is verified to be correct.
+ *
+ * @sa tests/swint-emulation/main.c
  */
 #include <xtf/lib.h>