From b232e6992cf80b1f498b0c7f67a96fb52927fe82 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Sat, 28 Oct 2017 13:06:10 +0100 Subject: [PATCH] Get the Z80 test suite up and running again. 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 48adb89..cfd1fbc 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\\EightBitWrapper\\libraries\\EightBit\\Z80\\fusetest_Z80\\fuse-tests\\tests"); + Fuse::TestSuite testSuite("fuse-tests\\tests"); testSuite.run(); return 0;