aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/riscv/mm/mmap_bottomup.c
blob: 7f7d3eb8b9c9267d6e13a9907ade9bf5ed2f36dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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_MMAPS;
}

TEST_HARNESS_MAIN