Short projects: Difference between revisions

69 bytes removed ,  17 July 2019
→‎BIST tests: Overhaul section.
(Merge Missing functions / feature requests)
(→‎BIST tests: Overhaul section.)
Line 45: Line 45:
* Sorry none yet.
* Sorry none yet.


== BIST tests ==
== Write Built-In Self Tests (BISTs) ==


Write Built-In Self Tests (BIST) for a function.  This improve's Octave's regression testing and ensures that we don't break anything when we add new features.  Tests are written in the Octave m-file language.
Writing BISTs improves Octave's regression testing and ensures that we don't break anything when we add new features.


* [[Add_BIST_tests_for_octave_functions_written_in_C%2B%2B| BIST for C++ functions]]
* [[Add_BIST_tests_for_octave_functions_written_in_C%2B%2B| BIST for C++ functions]]