aboutsummaryrefslogtreecommitdiffstats
path: root/test/float.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/float.c')
-rw-r--r--test/float.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/test/float.c b/test/float.c
index 284c82a..b7ee121 100644
--- a/test/float.c
+++ b/test/float.c
@@ -18,8 +18,19 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#include <stdlib.h>
+#include <string.h>
+#include <stdint.h>
+#include <inttypes.h>
#include "test.h"
-#include "float_test_private.h"
+#include "rin/float.h"
+
+static int rin_signbitf_test(void);
+static int rin_signbitd_test(void);
+static int rin_float_to_hexstring_test(void);
+static int rin_double_to_hexstring_test(void);
+static int rin_compare_float_test(void);
+static int rin_compare_double_test(void);
int float_test(char *testname)
{