Improve test
This commit is contained in:
parent
c53dc7546c
commit
a2065c3fe8
1 changed files with 5 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
||||||
|
#include "nzg_global.h"
|
||||||
#include "nzg_iface.h"
|
#include "nzg_iface.h"
|
||||||
#include "nzg_proto.h"
|
#include "nzg_proto.h"
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
// msgSpaceId mSID=msgSpaceIdGet(""); //renvoie un ID propre au programme
|
|
||||||
// msgSpace mS=0;
|
// msgSpace mS=0;
|
||||||
|
msgSpaceId testId=(msgSpaceId)"test";
|
||||||
|
//msgSpace * mSPAC=msgSpaceCreate(testId,0,0,NULL);
|
||||||
|
msgSpaceDelete(testId);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue