Initial commit
This commit is contained in:
14
test-bench/test3/src/main.cpp
Normal file
14
test-bench/test3/src/main.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
#include "xf/xf.h"
|
||||
#include "app/testfactory03.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
XF::initialize(20, argc, argv);
|
||||
|
||||
TestFactory03 factory;
|
||||
|
||||
factory.initialize();
|
||||
factory.build();
|
||||
|
||||
return XF::exec();
|
||||
}
|
Reference in New Issue
Block a user