mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
beginning of pathfinding implementation
This commit is contained in:
@@ -3,10 +3,14 @@
|
||||
#include <cppunit/TestCaller.h>
|
||||
#include <cppunit/ui/text/TestRunner.h>
|
||||
|
||||
#include "pathfinderTest.h"
|
||||
|
||||
using namespace CppUnit;
|
||||
using namespace battleship;
|
||||
|
||||
int main(){
|
||||
TextUi::TestRunner runner;
|
||||
runner.addTest(PathfinderTest::suite());
|
||||
runner.run();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user