Adding testing stubs. Added basic Vector3 functionality.
This commit is contained in:
parent
074862ea6c
commit
7edaf675b1
6 changed files with 30 additions and 7 deletions
11
tests/Vector3Tests.h
Normal file
11
tests/Vector3Tests.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef __VECTOR3TESTS_H__
|
||||
#define __VECTOR3TESTS_H__
|
||||
|
||||
# include "UnitTest.h"
|
||||
|
||||
class Vector3Tests // inherit from UnitTest
|
||||
{
|
||||
public:
|
||||
};
|
||||
|
||||
#endif //__VECTOR3TESTS_H__
|
||||
Loading…
Add table
Add a link
Reference in a new issue