From 633ba49784547a571d5fcfb568505daa09669bf7 Mon Sep 17 00:00:00 2001 From: "Adrian.Conlon" Date: Mon, 5 Jun 2017 23:32:35 +0100 Subject: [PATCH] Tidy up fuse test precompiled headers and properly place the location of the test files. Signed-off-by: Adrian.Conlon --- Z80/fusetest_Z80/stdafx.h | 23 ----------------------- Z80/fusetest_Z80/tests.cpp | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/Z80/fusetest_Z80/stdafx.h b/Z80/fusetest_Z80/stdafx.h index d130623..8e77e3a 100644 --- a/Z80/fusetest_Z80/stdafx.h +++ b/Z80/fusetest_Z80/stdafx.h @@ -17,26 +17,3 @@ #include #include #include - -//#include -// -//#include -//#include - -//#if SDL_BYTEORDER == SDL_LIL_ENDIAN -//#define HOST_LITTLE_ENDIAN -//#endif -// -//#if SDL_BYTEORDER == SDL_BIG_ENDIAN -//#define HOST_BIG_ENDIAN -//#endif -// -//#define RUN_TESTS -////#define RUN_CPM -////#define RUN_INVADERS -// -//#ifdef _MSC_VER -//#pragma comment(lib, "SDL2.lib") -//#pragma comment(lib, "SDL2main.lib") -//#pragma comment(lib, "SDL2_mixer.lib") -//#endif diff --git a/Z80/fusetest_Z80/tests.cpp b/Z80/fusetest_Z80/tests.cpp index e7f5057..25ee909 100644 --- a/Z80/fusetest_Z80/tests.cpp +++ b/Z80/fusetest_Z80/tests.cpp @@ -4,7 +4,7 @@ int main(int, char*[]) { - Fuse::TestSuite testSuite("C:\\github\\cpp\\invaders\\fuse-tests\\tests"); + Fuse::TestSuite testSuite("C:\\github\\cpp\\EightBit\\Z80\\fusetest_Z80\\fuse-tests\\tests"); testSuite.run(); return 0;