X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b9b1e2a326df980c008599c374511c649d7c74d8..9786ce5dc484c08aed9f0b92cbbf3097d2a6d371:/doc/doxygen/inside_tests.doc diff --git a/doc/doxygen/inside_tests.doc b/doc/doxygen/inside_tests.doc index 80988e89d2..d09cbe2d35 100644 --- a/doc/doxygen/inside_tests.doc +++ b/doc/doxygen/inside_tests.doc @@ -195,9 +195,9 @@ To add a new integration test, you thus have 3 things to do: are displayed (using the #XBT_LOG_ISENABLED() macro), or the modification of the log formats to hide the timings when they depend on the host machine.\n - The script located in /tools/cmake/tesh/generate_tesh.sh can + The script located in /tools/tesh/generate_tesh can help you a lot in particular if the output is large (though a smaller output is preferable). - There are also example tesh files in the /tools/cmake/tesh/ directory, that can be useful to understand the tesh syntax. + There are also example tesh files in the /tools/tesh/ directory, that can be useful to understand the tesh syntax. - Add your test in the cmake infrastructure. For that, modify the file /tools/cmake/Tests.cmake. Make sure to