2021-09-08 10:57:13 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Makefile for damon selftests
|
|
|
|
|
2021-12-11 06:46:55 +08:00
|
|
|
TEST_GEN_FILES += huge_count_read_write
|
|
|
|
|
2021-12-11 06:46:59 +08:00
|
|
|
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
|
2022-09-10 04:28:55 +08:00
|
|
|
TEST_PROGS += debugfs_duplicate_context_creation.sh
|
2022-11-08 00:50:01 +08:00
|
|
|
TEST_PROGS += debugfs_rm_non_contexts.sh
|
2022-12-02 01:08:34 +08:00
|
|
|
TEST_PROGS += sysfs.sh sysfs_update_removed_scheme_dir.sh
|
2022-10-26 01:36:50 +08:00
|
|
|
TEST_PROGS += reclaim.sh lru_sort.sh
|
2021-09-08 10:57:13 +08:00
|
|
|
|
|
|
|
include ../lib.mk
|