]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[rt25901_atf] Final Doxygen clean-ups.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 9 Aug 2012 14:01:25 +0000 (16:01 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 9 Aug 2012 14:01:25 +0000 (16:01 +0200)
doc/devel/atf.dox
doc/devel/mainpage.dox

index ff4e182b490e27c321bffd6edd8e0eb32cee5d81..1f3d79125f894a8814fac1b5f1583ccfb8098801 100644 (file)
@@ -172,11 +172,11 @@ yourtest_unittest.c".
 name to ATF_TESTS. The tests directory will be built only in case where
 ATF is enabled, using --with-atf during configure phase.
 
-<b>4. Modify Atffile to include your new test</b>, if needed. Tests in specified
-directory must be registered in Atffile. See server/tests/Atffile for
-example. Currently every executable with name that falls into *_unittest pattern
-will be executed automatically. If you followed naming convention proposed in a
-previous step, your test will be included and will be included automatically.
+<b>4. Modify Atffile to include your new test</b>, if needed. Tests in the
+specified directory must be registered in Atffile. See server/tests/Atffile for
+an example. Currently every executable with name of the form *_unittest will be
+executed automatically. If you followed naming convention proposed in a previous
+step, your test will be included and will be included automatically.
 
 <b>5. Enjoy your improved confidence in the code</b>, as you can run the tests after
 any change you may want to do:
@@ -185,12 +185,8 @@ any change you may want to do:
 $ make check
 @endverbatim
 
-or run them manually
-
-@verbatim
-$ cd server/tests
-$ atf-run | atf-report
-@endverbatim
+to run all tests for all components. See \ref atfTests section for more details
+on running tests.
 
 @section testsAtfCoding ATF Coding Guidelines
 
index e67f290b0693e208b25aeff9b1304ab9e33d2ed1..ab5f66df91a77d14838f7b223b793373a5510ea0 100644 (file)
@@ -8,8 +8,6 @@
  http://www.isc.org/software/dhcp website.
 
  @section toc Table Of Contents
-  - @subpage archSrv
-  - @subpage archCli
   - @subpage tests
     - @subpage testsOverview
     - @subpage testsAtf
     - @subpage doxygen
     - @subpage valgrind
   - @subpage debug
+
+ Pages planned to be written:
+  - @subpage archSrv
+  - @subpage archCli
   - @subpage omapi
     - @subpage omapiIntro
     - @subpage omapiC