Check xmain() return code in tests.
This commit is contained in:
parent
3aa856474a
commit
3fbbffc2c6
@ -29,7 +29,9 @@ int main(void)
|
||||
if (sodium_init() != 0) {
|
||||
return 99;
|
||||
}
|
||||
xmain();
|
||||
if (xmain() != 0) {
|
||||
return 99;
|
||||
}
|
||||
rewind(fp_res);
|
||||
if ((fp_out = fopen(TEST_NAME_OUT, "r")) == NULL) {
|
||||
perror("fopen(" TEST_NAME_OUT ")");
|
||||
|
Loading…
Reference in New Issue
Block a user