extend msg queue test

master
Andre Puschmann 7 years ago
parent 65f2747a8e
commit 438892118c

@ -71,6 +71,10 @@ int main(int argc, char **argv) {
pthread_join(thread, NULL); pthread_join(thread, NULL);
if (q.size() != 0 || q.size_bytes() != 0) {
result = false;
}
if(result) { if(result) {
printf("Passed\n"); printf("Passed\n");
exit(0); exit(0);

Loading…
Cancel
Save