Add base float decode tests
diff --git a/test/float_tests.h b/test/float_tests.h
index 5f9ebcd..54daa3f 100644
--- a/test/float_tests.h
+++ b/test/float_tests.h
@@ -31,4 +31,10 @@
  */
 int32_t GeneralFloatEncodeTests(void);
 
+/*
+ Tests basic float decoding.
+ */
+int32_t GeneralFloatDecodeTests(void);
+
+
 #endif /* float_tests_h */