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