mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-21 02:32:15 +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:
parent
982bccf0c9
commit
633ba49784
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user