#include <sys/resource.h>
#include <gtest/gtest.h>
Go to the source code of this file.
|
| mir |
| AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time.
|
|
| mir::test |
|
◆ MIR_EXPECT_DEATH
#define MIR_EXPECT_DEATH |
( |
|
statement, |
|
|
|
message |
|
) |
| |
Value:EXPECT_DEATH( \
{ statement ; } \
}, message);
void disable_core_dump()
Definition: death.h:27
◆ MIR_EXPECT_EXIT
#define MIR_EXPECT_EXIT |
( |
|
statement, |
|
|
|
how, |
|
|
|
message |
|
) |
| |
Value:EXPECT_EXIT( \
{ statement ; } \
}, how, message);
void disable_core_dump()
Definition: death.h:27
Copyright © 2012-2018
Canonical Ltd.
Generated on Thu Mar 15 13:06:27 UTC 2018