brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 5b2a6a5 Raw
31 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Makefile for damon selftests3 4TEST_GEN_FILES += huge_count_read_write5TEST_GEN_FILES += debugfs_target_ids_read_before_terminate_race6TEST_GEN_FILES += debugfs_target_ids_pid_leak7TEST_GEN_FILES += access_memory access_memory_even8 9TEST_FILES = _chk_dependency.sh _debugfs_common.sh10 11# functionality tests12TEST_PROGS = debugfs_attrs.sh debugfs_schemes.sh debugfs_target_ids.sh13TEST_PROGS += sysfs.sh14TEST_PROGS += sysfs_update_schemes_tried_regions_wss_estimation.py15TEST_PROGS += damos_quota.py damos_quota_goal.py damos_apply_interval.py16TEST_PROGS += damos_tried_regions.py damon_nr_regions.py17TEST_PROGS += reclaim.sh lru_sort.sh18 19# regression tests (reproducers of previously found bugs)20TEST_PROGS += debugfs_empty_targets.sh debugfs_huge_count_read_write.sh21TEST_PROGS += debugfs_duplicate_context_creation.sh22TEST_PROGS += debugfs_rm_non_contexts.sh23TEST_PROGS += debugfs_target_ids_read_before_terminate_race.sh24TEST_PROGS += debugfs_target_ids_pid_leak.sh25TEST_PROGS += sysfs_update_removed_scheme_dir.sh26TEST_PROGS += sysfs_update_schemes_tried_regions_hang.py27 28EXTRA_CLEAN = __pycache__29 30include ../lib.mk31