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: test.h
- Revision:
- 15:90b6821bcf64
- Parent:
- 14:7419c680656f
- Child:
- 16:1ee3d3804557
--- a/test.h Sun Apr 26 20:31:53 2020 +0000 +++ b/test.h Tue Apr 28 19:13:12 2020 +0000 @@ -3,6 +3,7 @@ #include "Spaceship_test.h" #include "Map_test.h" +#include "GameEngine_test.h" /** Test @brief Runs all tests for game @@ -60,4 +61,6 @@ printf ("\nmap_draw_test passed %d tests out of 4\n",passed_counter); } +// GameEngine tests ------------------------------------------------------------ + #endif \ No newline at end of file