set return code in test (for pipeline)

This commit is contained in:
overflowerror 2021-05-20 00:39:38 +02:00
parent b124b4ab78
commit 36b71d66b2

View file

@ -716,4 +716,6 @@ int main(int argc, char** argv) {
printf("\nOverall: %s\n", overall ? "OK" : "FAILED");
return overall ? 0 : 1;
}