1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 22:35:12 +03:00

First conversion non regression test (X9D+)

This commit is contained in:
Bertrand Songis 2019-05-07 23:35:12 +02:00
parent 45dacf246d
commit 684b02d093
6 changed files with 65 additions and 7 deletions

View file

@ -26,8 +26,6 @@
#define SWAP_DEFINED
#include "opentx.h"
extern const char * zchar2string(const char * zstring, int size);
#define EXPECT_ZSTREQ(c_string, z_string) EXPECT_STREQ(c_string, zchar2string(z_string, sizeof(z_string)))
::testing::AssertionResult __luaExecStr(const char * str)
{