MOS Source Code
Loading...
Searching...
No Matches
test.c
Go to the documentation of this file.
1#include "test.pb.h"
2#include "unittests.h"
3
4int main()
5{
6 int status = 0;
7 MyMessage msg = MyMessage_init_default;
8 TEST(msg.myfield >= 1.23399f);
9 TEST(msg.myfield <= 1.23401f);
10 return status;
11}
int main()
Definition test.c:24
#define TEST(x)
Definition test.h:3