Implement Vector2Tests
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
//
|
||||
// Created by josh on 12/26/2023.
|
||||
//
|
||||
#include <gtest/gtest.h>
|
||||
#include <J3ML/LinearAlgebra/Vector3.h>
|
||||
|
||||
using Vector3 = LinearAlgebra::Vector3;
|
||||
|
||||
TEST(Vector3Test, V3_Constructor_Default)
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user