tests: add signature checks
[gnulib.git] / tests / test-ldexpl.c
index 42faf60..0fe4f86 100644 (file)
@@ -20,6 +20,9 @@
 
 #include <math.h>
 
+#include "signature.h"
+SIGNATURE_CHECK (ldexpl, long double, (long double, int));
+
 #include <float.h>
 #include <stdio.h>
 #include <stdlib.h>