You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
321 B
11 lines
321 B
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for damon selftests
|
|
|
|
TEST_GEN_FILES += huge_count_read_write
|
|
|
|
TEST_FILES = _chk_dependency.sh _debugfs_common.sh
|
|
TEST_PROGS = debugfs_attrs.sh debugfs_schemes.sh debugfs_target_ids.sh
|
|
TEST_PROGS += debugfs_empty_targets.sh debugfs_huge_count_read_write.sh
|
|
|
|
include ../lib.mk
|