Skip to content

Commit 36ef814

Browse files
committed
syscalls: Flatten the directory structure
Move the syscall tests from syscalls/ipc/ directory to syscalls/ directory. And the ipc/msgstress to kernel/ipc/ directory. This fixes the generated metadata groups for SysV IPC tests. Signed-off-by: Cyril Hrubis <chrubis@suse.cz> Acked-by: Andrea Cervesato <andrea.cervesato@suse.com>
1 parent 534222c commit 36ef814

86 files changed

Lines changed: 12 additions & 19 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-or-later
22
# Copyright (c) International Business Machines Corp., 2001
33

4-
top_srcdir ?= ../../../../..
4+
top_srcdir ?= ../../../..
55

66
include $(top_srcdir)/include/mk/testcases.mk
77
include $(top_srcdir)/include/mk/generic_leaf_target.mk
File renamed without changes.

testcases/kernel/syscalls/ipc/Makefile

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

testcases/kernel/syscalls/ipc/shmat/Makefile renamed to testcases/kernel/syscalls/msgctl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-or-later
22
# Copyright (c) International Business Machines Corp., 2001
33

4-
top_srcdir ?= ../../../../..
4+
top_srcdir ?= ../../../..
55

66
LTPLIBS = newipc
77

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)