From b1cb4abc8daa07074cb34cc8a9076763176c097e Mon Sep 17 00:00:00 2001 From: Julien Gossa Date: Fri, 4 Mar 2016 11:43:10 +0100 Subject: [PATCH] relocation of the generate_tesh script in the doc --- doc/doxygen/inside_tests.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1