aboutsummaryrefslogtreecommitdiffstats
path: root/test/float_test_private.h
diff options
context:
space:
mode:
authorGravatar Gediminas Jakutis <gediminas@varciai.lt> 2019-10-08 11:29:25 +0300
committerGravatar Gediminas Jakutis <gediminas@varciai.lt> 2019-10-08 11:29:25 +0300
commit5a50d76eed4e9b4e4c86b82ee880e628ea9eb480 (patch)
tree44fcfc8a85ccf2d688cf909be7fbd39eb8ac8879 /test/float_test_private.h
parentd8f2afd2f45da18950d67c240e1fb147058da995 (diff)
downloadlibrin-5a50d76eed4e9b4e4c86b82ee880e628ea9eb480.tar.gz
librin-5a50d76eed4e9b4e4c86b82ee880e628ea9eb480.tar.bz2
librin-5a50d76eed4e9b4e4c86b82ee880e628ea9eb480.zip
tests: simplify file structure.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'test/float_test_private.h')
-rw-r--r--test/float_test_private.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/test/float_test_private.h b/test/float_test_private.h
deleted file mode 100644
index 24b7181..0000000
--- a/test/float_test_private.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * The Rin Library – library "conformance" tests
- *
- * Copyright (C) 2015-2017 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#ifndef LIBRIN_FLOAT_TEST_PRIVATE_INCLUDED
-#define LIBRIN_FLOAT_TEST_PRIVATE_INCLUDED
-
-#include <stdlib.h>
-#include <string.h>
-#include <stdint.h>
-#include <inttypes.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);
-
-#endif /* LIBRIN_FLOAT_TEST_PRIVATE_INCLUDED */