From: Martin Quinson Date: Fri, 1 Feb 2019 21:28:16 +0000 (+0100) Subject: doc: reword to remove crufts of the old cunit X-Git-Tag: v3_22~417^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c7bd8f074b9099821d46f148c4788f1d4a779971?hp=bf4d7e27a9c9c2d1b01115741f03995b386eb234 doc: reword to remove crufts of the old cunit --- diff --git a/doc/doxygen/inside_tests.doc b/doc/doxygen/inside_tests.doc index bbbd49727d..89785dd84a 100644 --- a/doc/doxygen/inside_tests.doc +++ b/doc/doxygen/inside_tests.doc @@ -53,15 +53,15 @@ make unit-tests # Rebuild the test runner on need @section inside_tests_add_units Adding unit tests -@warning this section is outdated. New unit tests should be written -using the Catch2 library, that is included in the source tree. Please -check for examples, listed at the end of tools/cmake/Tests.cmake. - -Last note: please try to keep your tests fast. We run them very very -very often, and you should strive to make it as fast as possible, to -not upset the other developers. Do not hesitate to stress test your -code with such unit tests, but make sure that it runs reasonably fast, -or nobody will run "ctest" before commiting code. +Our unit tests are written using the Catch2 library, that is included +in the source tree. Please check for examples, listed at the end of +tools/cmake/Tests.cmake. + +It is important to keep your tests fast. We run them very very often, +and you should strive to make them as fast as possible, to not bother +the other developers. Do not hesitate to stress test your code, but +make sure that it runs reasonably fast, or nobody will run "ctest" +before commiting code. @section inside_tests_add_integration Adding integration tests