You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
412 B

// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) 2019 Red Hat, Inc.
*/
#ifndef TST_COREDUMP__
#define TST_COREDUMP__
/*
* If crash is expected, avoid dumping corefile.
* 1 is a special value, that disables core-to-pipe.
* At the same time it is small enough value for
* core-to-file, so it skips creating cores as well.
*/
void tst_no_corefile(int verbose);
#endif /* TST_COREDUMP_H */