Get the Z80 test suite up and running again.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2017-10-28 13:06:10 +01:00
parent e17e98a6fd
commit b232e6992c

View File

@ -4,7 +4,7 @@
int main(int, char*[]) {
Fuse::TestSuite testSuite("C:\\github\\cpp\\EightBitWrapper\\libraries\\EightBit\\Z80\\fusetest_Z80\\fuse-tests\\tests");
Fuse::TestSuite testSuite("fuse-tests\\tests");
testSuite.run();
return 0;