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

11
test/core/ctor/vec2.cpp Normal file
View File

@@ -0,0 +1,11 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2008-03-14
// Updated : 2008-03-14
// Licence : This source is under MIT licence
// File : test/core/ctor/vec2.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#include "../../precompiled.hpp"
#include <glm/glm.hpp>

6
test/core/ctor/vec2.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef GLM_TEST_CORE_CTOR_VEC2_H
#define GLM_TEST_CORE_CTOR_VEC2_H
#endif//GLM_TEST_CORE_CTOR_VEC2_H

12
test/core/ctor/vec3.cpp Normal file
View File

@@ -0,0 +1,12 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2008-03-14
// Updated : 2008-03-14
// Licence : This source is under MIT licence
// File : test/core/ctor/vec3.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#include "../../precompiled.hpp"
#include <glm/glm.hpp>

6
test/core/ctor/vec3.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef GLM_TEST_CORE_CTOR_VEC3_H
#define GLM_TEST_CORE_CTOR_VEC3_H
#endif//GLM_TEST_CORE_CTOR_VEC3_H

14
test/core/ctor/vec4.cpp Normal file
View File

@@ -0,0 +1,14 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2008-03-14
// Updated : 2008-03-14
// Licence : This source is under MIT licence
// File : test/core/ctor/vec4.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#include "../../precompiled.hpp"
#include <glm/glm.hpp>

6
test/core/ctor/vec4.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef GLM_TEST_CORE_CTOR_VEC4_H
#define GLM_TEST_CORE_CTOR_VEC4_H
#endif//GLM_TEST_CORE_CTOR_VEC4_H