added test return value for github pipeline

This commit is contained in:
overflowerror 2021-04-29 20:56:09 +02:00
parent ba2a9b87c8
commit 2291e4ba87

View file

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