summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2019-01-01 14:39:26 +0000
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-01-02 11:05:26 +0200
commita9fe3adc4f1c4b7ab90e0d8ada844aa7e52b8a3f (patch)
tree345ed6a9cbef6ae3ccaff0d2c3a14f360b71a12a /test/meson.build
parent7e9e508093bfa22635155352e73a31efdf457419 (diff)
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 <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 0 insertions, 1 deletions
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)