Clean Up
This commit is contained in:
+11
-10
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user