From 993fe5d2b4d5605576329233fc78a15a88973e65 Mon Sep 17 00:00:00 2001 From: "Adrian.Conlon" Date: Sat, 24 Jun 2017 11:00:19 +0100 Subject: [PATCH] Correct position of fuse test input. Signed-off-by: Adrian.Conlon --- Z80/fusetest_Z80/tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;