mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-08-07 03:27:28 +00:00
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:
@@ -17,26 +17,3 @@
|
|||||||
#include <array>
|
#include <array>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <bitset>
|
#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
|
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
int main(int, char*[]) {
|
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();
|
testSuite.run();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user