Skip to content
Snippets Groups Projects
Commit f0ade50c authored by Chris Wilson's avatar Chris Wilson :thinking:
Browse files

tests: Move perf/perf_pmu under i915


These are i915 specific tests of the perf and perf-workalike interfaces,
so move them under i915/

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: default avatarLionel Landwerlin <lionel.g.landwerlin@intel.com>
parent 27897d7a
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,6 @@ TESTS_progs = \
kms_vblank \
kms_vrr \
meta_test \
perf \
perf_pmu \
prime_busy \
prime_mmap \
prime_mmap_coherency \
......@@ -115,6 +113,12 @@ sysfs_preempt_timeout_SOURCES = i915/sysfs_preempt_timeout.c
TESTS_progs += sysfs_timeslice_duration
sysfs_timeslice_duration_SOURCES = i915/sysfs_timeslice_duration.c
TESTS_progs += perf
perf_SOURCES = i915/perf.c
TESTS_progs += perf_pmu
perf_pmu_SOURCES = i915/perf_pmu.c
TESTS_progs += gem_bad_reloc
gem_bad_reloc_SOURCES = i915/gem_bad_reloc.c
......
File moved
File moved
......@@ -336,14 +336,16 @@ test_executables += executable('i915_pm_rc6_residency',
install : true)
test_list += 'i915_pm_rc6_residency'
test_executables += executable('perf_pmu', 'perf_pmu.c',
test_executables += executable('perf_pmu',
join_paths('i915', 'perf_pmu.c'),
dependencies : test_deps + [ lib_igt_perf ],
install_dir : libexecdir,
install_rpath : libexecdir_rpathdir,
install : true)
test_list += 'perf_pmu'
test_executables += executable('perf', 'perf.c',
test_executables += executable('perf',
join_paths('i915', 'perf.c'),
dependencies : test_deps + [ lib_igt_i915_perf ],
install_dir : libexecdir,
install_rpath : libexecdir_rpathdir,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment