diff --git a/Z80/fusetest_Z80/tests.cpp b/Z80/fusetest_Z80/tests.cpp index 25ee909..48adb89 100644 --- a/Z80/fusetest_Z80/tests.cpp +++ b/Z80/fusetest_Z80/tests.cpp @@ -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;