Project import generated by Copybara.

GitOrigin-RevId: 95c0e03376a4699c38cd3e37a3b6fdad0549cd52
Change-Id: I0864855a5142b1451cd910826e49f8ac4bccaa21
diff --git a/test/include/isfinitel_test.cpp b/test/include/isfinitel_test.cpp
new file mode 100644
index 0000000..9087cd6
--- /dev/null
+++ b/test/include/isfinitel_test.cpp
@@ -0,0 +1,12 @@
+//===-- Unittest for isfinite[l] macro ------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "IsFiniteTest.h"
+#include "include/llvm-libc-macros/math-function-macros.h"
+
+LIST_ISFINITE_TESTS(long double, isfinite)