General float encode tests when preferred serialization is off
diff --git a/test/float_tests.h b/test/float_tests.h
index 0e889ea..5f9ebcd 100644
--- a/test/float_tests.h
+++ b/test/float_tests.h
@@ -23,10 +23,12 @@
 
 int32_t HalfPrecisionAgainstRFCCodeTest(void);
 
-int32_t GeneralFloatEncodeTests(void);
-
-
 #endif /* QCBOR_DISABLE_PREFERRED_FLOAT */
 
+/*
+ This calls each and every method for encoding
+ floating-point numbers.
+ */
+int32_t GeneralFloatEncodeTests(void);
 
 #endif /* float_tests_h */