Added test files

This commit is contained in:
Christophe Riccio
2010-04-14 13:25:41 +01:00
parent 25b03fe24c
commit bc877da307
112 changed files with 6888 additions and 0 deletions

27
test/core.cpp Normal file
View File

@@ -0,0 +1,27 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2009-11-14
// Updated : 2009-11-14
// Licence : This source is under MIT licence
// File : test/bug.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#include <glm/glm.hpp>
namespace glm{
namespace test
{
bool main_bug()
{
bool Result = true;
{
}
return Result;
}
}//namespace test
}//namespace glm