NinjaFlight
|
#include <stdint.h>
#include <limits.h>
#include "common/utils.h"
#include "common/typeconversion.h"
#include "unittest_macros.h"
#include "gtest/gtest.h"
Data Structures | |
struct | ftoa_conversion_expectation_s |
Macros | |
#define | FTOA_BUFFER_SIZE 13 |
Typedefs | |
typedef struct ftoa_conversion_expectation_s | ftoa_conversion_expectation_t |
Functions | |
TEST (TypeConversionTest, ftoa_zero) | |
#define FTOA_BUFFER_SIZE 13 |
typedef struct ftoa_conversion_expectation_s ftoa_conversion_expectation_t |
TEST | ( | TypeConversionTest | , |
ftoa_zero | |||
) |