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;