Sign in
android-kvm
/
linux
/
54079430c5dbf041363ab39a0c254cd9e4f6aed5
/
.
/
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