Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: tests.h
- Revision:
- 103:64bc823d71f4
- Parent:
- 99:4841f326200f
--- a/tests.h Thu May 09 14:31:39 2019 +0000 +++ b/tests.h Thu May 09 14:36:21 2019 +0000 @@ -1,15 +1,16 @@ #ifndef TESTS_H #define TESTS_H -/** @file Tests.h +/** @file tests.h * @brief Used to call Snake-test.h and check the results of the tests performed. + * @author Ahmed N.Adamjee + * @date 9th May 2019 */ #include "Snake-test.h" /** * @brief Run all the tests for this program - * * @returns The number of tests that failed */ int run_all_tests()