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:
parent
45dacf246d
commit
684b02d093
6 changed files with 65 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue