This commit is contained in:
2018-07-31 10:50:06 -04:00
parent c040135305
commit 58fa6f0503
45 changed files with 504 additions and 295 deletions
+11 -10
View File
@@ -1,12 +1,12 @@
/* Copyright (C) 2016 Richard W. Allen
Program Name: SDL Pong C++
Program Name: TrooperEngineTest
Author: Richard W. Allen
Version: V1.0
Date Started: August 24, 2016
Date End:
Webpage: http://www.richardallenonline.com
IDE: Visual Studio 2015
Compiler: C\C++ 2014
IDE: Visual Studio 2017
Compiler: C\C++ 2017
Langage: C++
License: GNU GENERAL PUBLIC LICENSE Version 2
see license.txt for details
@@ -19,11 +19,11 @@ see license.txt for details
/*** SDL Header Files ***/
#include "SDL.h"
/*** Unit Testing ***/
#include "UTest/UTest.hpp"
/*** Video Engine Test ***/
#include "VideoEngineTest/VideoTest.hpp"
#include "VideoEngineTest/ImageTest.hpp"
#include "VideoEngineTest/VideoEngineTest.hpp"
/*** Utility Engine Test ***/
#include "UtilityEngineTest/StringTest.hpp"
@@ -45,15 +45,16 @@ int main(int argc, char *argv[])
printf(cString("TrooperEngine V") + TrooperEngineCore::cTrooperEngineCore::Version() + "\n");
VideoTest();
VideoEngineTest();
//UtilityEngineTest();
StringTest();
//StringTest();
GUIXMLTest();
//GUIXMLTest();
ImageTest();
//ImageTest();
UTest::OverAllReport();