Complete the "appbroker.sh" test some more

This commit is contained in:
Pierre Pronchery 2016-09-14 02:15:55 +02:00
parent c40156b22b
commit 6d1bdd2eb8
2 changed files with 8 additions and 4 deletions

View File

@ -12,7 +12,8 @@
/* calls */
void Test_Test(App * app, AppServerClient * client, int32_t i32);
bool Test_Test2(App * app, AppServerClient * client, int32_t * i32);
String const * Test_Test3(App * app, AppServerClient * client, int32_t *);
bool Test_Test2(App * app, AppServerClient * client, int32_t *);
String const * Test_Test3(App * app, AppServerClient * client);
void Test_Test4(App * app, AppServerClient * client, int8_t, uint16_t);
#endif /* !Test_Test_H */

View File

@ -7,8 +7,11 @@ arg1=INT32,i32
[call::Test2]
ret=BOOL
arg1=INT32_INOUT,i32
arg1=INT32_INOUT
[call::Test3]
ret=STRING
arg1=INT32_INOUT
[call::Test4]
arg1=INT8
arg2=UINT16