Tidy up fuse test precompiled headers and properly place the location of the test files.

Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian.Conlon 2017-06-05 23:32:35 +01:00
parent 982bccf0c9
commit 633ba49784
2 changed files with 1 additions and 24 deletions

View File

@ -17,26 +17,3 @@
#include <array>
#include <vector>
#include <bitset>
//#include <boost/format.hpp>
//
//#include <SDL.h>
//#include <SDL_mixer.h>
//#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

View File

@ -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;