From c94d0c347fdbd8acc774df4ac17617a3f63e4507 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 9 Jul 2017 23:48:06 +0200 Subject: Delete old codebase This change removes version 1 of the OpenDC simulator codebase as it will be replaced by a complete rewrite in the Kotlin language. --- Testing/src/main.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Testing/src/main.cpp (limited to 'Testing/src/main.cpp') diff --git a/Testing/src/main.cpp b/Testing/src/main.cpp deleted file mode 100644 index 6c31e43a..00000000 --- a/Testing/src/main.cpp +++ /dev/null @@ -1,21 +0,0 @@ -#include "simulation\workloads\WorkloadTest.h" -#include "simulation\workloads\WorkloadHistoryTest.h" -#include "simulation\workloads\SimpleSchedulerTest.h" -#include "simulation\SimulationHistoryTest.h" -#include "modeling\TypeIndexTest.h" -#include "modeling\MachineTest.h" -#include "modeling\EntityTest.h" -#include "modeling\DatacenterTest.h" -#include "modeling\RackTest.h" -#include "modeling\RoomTest.h" - -#include - -int main(int ac, char* av[]) -{ - testing::InitGoogleTest(&ac, av); - int rc = RUN_ALL_TESTS(); - std::cin.get(); - return rc; -} - -- cgit v1.2.3