Added test cases for Vector3<T>
This commit is contained in:
parent
d402ce5a5d
commit
a88e854dc3
3 changed files with 163 additions and 1 deletions
test
|
@ -6,6 +6,7 @@ include_directories("${PROJECT_SOURCE_DIR}/extlibs/headers")
|
|||
# System is always built
|
||||
SET(SYSTEM_SRC
|
||||
"${SRCROOT}/Vector2.cpp"
|
||||
"${SRCROOT}/Vector3.cpp"
|
||||
"${SRCROOT}/TestUtilities/System.hpp"
|
||||
"${SRCROOT}/TestUtilities/System.cpp"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue