no message
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@35 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
8c599321c7
commit
69936e7e81
27 changed files with 2073 additions and 495 deletions
21
tools/RegressionTest/Test_Threads.cpp
Normal file
21
tools/RegressionTest/Test_Threads.cpp
Normal file
|
@ -0,0 +1,21 @@
|
|||
//
|
||||
//Test the Thread components
|
||||
// MKH
|
||||
|
||||
#include <Loki\Threads.h>
|
||||
using namespace ::Loki;
|
||||
|
||||
#include <iostream>
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
namespace
|
||||
{
|
||||
}
|
||||
|
||||
extern void Test_Threads()
|
||||
{
|
||||
cout << "Testing Loki\\Threads" << endl;
|
||||
SingleThreaded<void>();
|
||||
cout << endl << endl;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue