doc/manual/source/new-modules.rst
changeset 7275 83f76a2f8449
parent 7197 b55a5876af9a
child 7649 85e69ef407d7
equal deleted inserted replaced
7274:3a65865793ac 7275:83f76a2f8449
   214 **************************************************************
   214 **************************************************************
   215 
   215 
   216 If your new module has examples, then you must specify which of them
   216 If your new module has examples, then you must specify which of them
   217 should be run in your ::
   217 should be run in your ::
   218 
   218 
   219   src/new-module/tests/examples-to-run.py
   219   src/new-module/test/examples-to-run.py
   220 
   220 
   221 file by modifying it with your text editor.  These examples are run by
   221 file by modifying it with your text editor.  These examples are run by
   222 test.py.
   222 test.py.
   223 
   223 
   224 As an example, the examples that are run by test.py for the core module are specified in  ::
   224 As an example, the examples that are run by test.py for the core module are specified in  ::
   225 
   225 
   226   src/core/tests/examples-to-run
   226   src/core/test/examples-to-run.py
   227 
   227 
   228 using the following two lists of C++ and Python examples: ::
   228 using the following two lists of C++ and Python examples: ::
   229 
   229 
   230   # A list of C++ examples to run in order to ensure that they remain
   230   # A list of C++ examples to run in order to ensure that they remain
   231   # buildable and runnable over time.  Each tuple in the list contains
   231   # buildable and runnable over time.  Each tuple in the list contains