mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
included possible test building
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include <cppunit/TestSuite.h>
|
||||
#include <cppunit/TestResult.h>
|
||||
#include <cppunit/TestCaller.h>
|
||||
#include <cppunit/ui/text/TestRunner.h>
|
||||
|
||||
using namespace CppUnit;
|
||||
|
||||
int main(){
|
||||
TextUi::TestRunner runner;
|
||||
runner.run();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user