9 lines
153 B
C++
9 lines
153 B
C++
#include <gtest/gtest.h>
|
|
#include <J3ML/LinearAlgebra/Vector3.h>
|
|
|
|
using Vector3 = LinearAlgebra::Vector3;
|
|
|
|
TEST(Vector3Test, V3_Constructor_Default)
|
|
{
|
|
|
|
} |