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