Correct position of fuse test input.

Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian.Conlon 2017-06-24 11:00:19 +01:00
parent 67174d74af
commit 993fe5d2b4

View File

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