Initial commit
This commit is contained in:
13
test/cxxtest/sample/winddk/RunTests.tpl
Normal file
13
test/cxxtest/sample/winddk/RunTests.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
// -*- C++ -*-
|
||||
|
||||
//
|
||||
// The DDK doesn't handle <iostream> too well
|
||||
//
|
||||
#include <cxxtest/StdioPrinter.h>
|
||||
|
||||
int __cdecl main()
|
||||
{
|
||||
return CxxTest::StdioPrinter().run();
|
||||
}
|
||||
|
||||
<CxxTest world>
|
||||
Reference in New Issue
Block a user