Sign in
android-kvm
/
linux
/
241c7ed4d4815cd7d9c52c8f97bf13181e32ca29
/
.
/
tools
/
testing
/
selftests
/
riscv
/
mm
/
mmap_bottomup.c
blob: f9ccae50349bc5da526c370898d2571597365a6c [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
#include
<sys/mman.h>
#include
<mmap_test.h>
#include
"../../kselftest_harness.h"
TEST
(
infinite_rlimit
)
{
EXPECT_EQ
(
BOTTOM_UP
,
memory_layout
());
}
TEST_HARNESS_MAIN