EightBit/Z80/fusetest_Z80/tests.cpp
Adrian.Conlon 633ba49784 Tidy up fuse test precompiled headers and properly place the location of the test files.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
2017-06-05 23:32:35 +01:00

12 lines
202 B
C++

#include "stdafx.h"
#include "FuseTestSuite.h"
int main(int, char*[]) {
Fuse::TestSuite testSuite("C:\\github\\cpp\\EightBit\\Z80\\fusetest_Z80\\fuse-tests\\tests");
testSuite.run();
return 0;
}