diff --git a/test/gtc/gtc_type_aligned.cpp b/test/gtc/gtc_type_aligned.cpp index 79fdc9bd..4c7b482d 100644 --- a/test/gtc/gtc_type_aligned.cpp +++ b/test/gtc/gtc_type_aligned.cpp @@ -142,6 +142,7 @@ int main() std::size_t C1 = sizeof(glm::aligned_vec4); Error += test_ctor(); + Error += test_copy(); return Error; }