Lots more floating point tests; floating point getting near complete; still need some work on NaN payloads
diff --git a/test/half_precision_test.h b/test/half_precision_test.h
index d663f54..a980d35 100644
--- a/test/half_precision_test.h
+++ b/test/half_precision_test.h
@@ -22,7 +22,8 @@
  SOFTWARE.
  
  (This is the MIT license)
- ==============================================================================*///
+ ==============================================================================*/
+//
 //  half_precision_test.h
 //  QCBOR
 //
@@ -37,5 +38,11 @@
 
 int half_precision_decode_basic(void);
 
+int half_precision_to_float_transitive_test(void);
+
+int double_as_smallest_encode_basic(void);
+
+int half_precision_to_float_vs_rfc_test(void);
+
 
 #endif /* half_precision_test_h */