diff test/test_align.h @ 17:41dd962abdd1

*: allow compiling vec in a C++ translation unit this is stupid, but whatever
author Paper <paper@tflc.us>
date Wed, 20 Nov 2024 12:02:15 -0500
parents e05c257c6a23
children
line wrap: on
line diff
--- a/test/test_align.h	Wed Nov 20 04:16:56 2024 -0500
+++ b/test/test_align.h	Wed Nov 20 12:02:15 2024 -0500
@@ -31,6 +31,11 @@
 	RUN_TEST( ,  , bits, size) \
 	RUN_TEST(u, U, bits, size)
 
+	RUN_TESTS(8, 2)
+
+	RUN_TESTS(8, 4)
+	RUN_TESTS(16, 2)
+
 	RUN_TESTS(8, 8)
 	RUN_TESTS(16, 4)
 	RUN_TESTS(32, 2)