mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 15:08:16 +08:00
st24 test: Be less verbose
This commit is contained in:
@@ -12,12 +12,12 @@ TEST(ST24Test, ST24)
|
|||||||
{
|
{
|
||||||
const char *filepath = "testdata/st24_data.txt";
|
const char *filepath = "testdata/st24_data.txt";
|
||||||
|
|
||||||
warnx("loading data from: %s", filepath);
|
//warnx("loading data from: %s", filepath);
|
||||||
|
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
|
|
||||||
fp = fopen(filepath, "rt");
|
fp = fopen(filepath, "rt");
|
||||||
//ASSERT_TRUE(fp);
|
ASSERT_TRUE(fp);
|
||||||
|
|
||||||
float f;
|
float f;
|
||||||
unsigned x;
|
unsigned x;
|
||||||
|
|||||||
Reference in New Issue
Block a user