From: Andrew Cooper Date: Mon, 15 Feb 2016 15:33:23 +0000 (+0000) Subject: Introduce links from test descriptions to their main.c X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=abd17ab427464875fc37fdfdcbdd8d078449699b;p=people%2Froyger%2Fxen-test-framework.git Introduce links from test descriptions to their main.c Signed-off-by: Andrew Cooper --- diff --git a/tests/example/main.c b/tests/example/main.c index d5428b5..7cbe5c5 100644 --- a/tests/example/main.c +++ b/tests/example/main.c @@ -5,6 +5,8 @@ * @page test-example Example * * A Hello World XTF testcase. + * + * @sa tests/example/main.c */ #include diff --git a/tests/selftest/main.c b/tests/selftest/main.c index 0440b79..d04935c 100644 --- a/tests/selftest/main.c +++ b/tests/selftest/main.c @@ -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 diff --git a/tests/swint-emulation/main.c b/tests/swint-emulation/main.c index 7c0b3f6..e24b2a0 100644 --- a/tests/swint-emulation/main.c +++ b/tests/swint-emulation/main.c @@ -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