Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

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