summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2017-11-16 13:33:14 +0100
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2017-11-21 15:11:21 +0100
commit8809638e8e42488aac701066d7ced164854c6c9c (patch)
tree78e64e2428ba66b8c44662c72a8b8628414e1231 /tests/meson.build
parent0b735f11e554fe469840ab47ed7beb557f6af11c (diff)
tests: Rename chamelium to kms_chamelium.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by: Lyude Paul <lyude@redhat.com> Acked-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index c3d5372f..20ff79dc 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -251,7 +251,7 @@ endif
if chamelium.found()
test_progs += [
- 'chamelium',
+ 'kms_chamelium',
]
test_deps += chamelium
endif