mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-08-14 03:25:45 +00:00
Correct position of fuse test input.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
int main(int, char*[]) {
|
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();
|
testSuite.run();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user