mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-03 05:05:15 +00:00
993fe5d2b4
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
12 lines
230 B
C++
12 lines
230 B
C++
#include "stdafx.h"
|
|
|
|
#include "FuseTestSuite.h"
|
|
|
|
int main(int, char*[]) {
|
|
|
|
Fuse::TestSuite testSuite("C:\\github\\cpp\\EightBitWrapper\\libraries\\EightBit\\Z80\\fusetest_Z80\\fuse-tests\\tests");
|
|
testSuite.run();
|
|
|
|
return 0;
|
|
}
|