summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorAbdiel Janulgue <abdiel.janulgue@linux.intel.com>2017-06-14 11:30:21 +0300
committerAbdiel Janulgue <abdiel.janulgue@linux.intel.com>2017-06-16 14:23:59 +0300
commit89b93c0a92153d9f685a29ffc48331d7feb52b77 (patch)
tree4c6836c2f4175f1644b743f17c7f21974d1dc7c4 /tests/Makefile.sources
parentc9cbe3b63bd7af1594150aa583dc67157607e68b (diff)
Convert debugfs shell tests to C version
v4: Rename get_sysfs_entry -> read_and_discard_sysfs_entry, assert on null igt_sysfs_get() (Arek). v3: Drop redundant test covered by drv_hangman/basic. Descend thru debugfs path when reading sysfs entries (Chris). v2: Use internal igt_debugfs functions instead of cat and document debugfs tests. Convert sysfs_l3_parity properly. Rename redundant names in tests. Converted: - debugfs_emon_crash - debugfs_wedged - drv_debugfs_reader Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Signed-off-by: Abdiel Janulgue <abdiel.janulgue@linux.intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index dafb028e..da64fe73 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -26,6 +26,7 @@ TESTS_progs = \
core_getversion \
core_prop_blob \
core_setmaster_vs_auth \
+ debugfs_test \
drm_import_export \
drm_mm \
drm_read \
@@ -238,8 +239,6 @@ TESTS_progs_X = \
$(NULL)
TESTS_scripts = \
- debugfs_emon_crash \
- drv_debugfs_reader \
sysfs_l3_parity \
test_rte_check \
tools_test \
@@ -276,7 +275,6 @@ HANG = \
scripts = \
check_drm_clients \
ddx_intel_after_fbdev \
- debugfs_wedged \
drm_lib.sh \
drm_getopt.sh \
$(NULL)