test_all_args
test_all_args();
test_all_args(NULL, NULL, NULL);
test_all_args(&dir, NULL, NULL);
test_all_args(&dir, &multithreaded, NULL);
test_all_args(&dir, &multithreaded, &foreground);