Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.0-rc3 11 lines 344 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# Makefile for damon selftests 3 4TEST_GEN_FILES += huge_count_read_write 5 6TEST_FILES = _chk_dependency.sh _debugfs_common.sh 7TEST_PROGS = debugfs_attrs.sh debugfs_schemes.sh debugfs_target_ids.sh 8TEST_PROGS += debugfs_empty_targets.sh debugfs_huge_count_read_write.sh 9TEST_PROGS += sysfs.sh 10 11include ../lib.mk