mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-23 15:29:24 +00:00
12 lines
238 B
C++
12 lines
238 B
C++
|
#include "stdafx.h"
|
||
|
|
||
|
#include "FuseTestSuite.h"
|
||
|
|
||
|
int main(int, char*[]) {
|
||
|
|
||
|
Fuse::TestSuite testSuite("C:\\github\\cpp\\EightBitWrapper\\libraries\\EightBit\\LR35902\\fusetest_LR35902\\fuse-tests\\tests");
|
||
|
testSuite.run();
|
||
|
|
||
|
return 0;
|
||
|
}
|