From a9fe3adc4f1c4b7ab90e0d8ada844aa7e52b8a3f Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 1 Jan 2019 14:39:26 +0000 Subject: test: media_device: Move test definition The test definition for the media_device_test executable should be located with the exectuable definition. Move it to the meson.build of that test suite subdir. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- test/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 1394395c..9fac7e39 100644 --- a/test/meson.build +++ b/test/meson.build @@ -19,4 +19,3 @@ list = executable('list', 'list.cpp', subdir('media_device') test('List Camera API tests', list) -test('Media Device Test', media_device_test) -- cgit v1.2.1