From 87a93e17f8f86e651f2021dba37ba749a43cc363 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Mon, 27 May 2019 17:50:47 -0400 Subject: libcamera: test: remove test IPA and use dummy IPA instead Use the dummy IPA for testing/sample IPA instead of the earlier test IPA. Remove the test IPA, and update tests and meson accordingly. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart --- test/ipa/meson.build | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'test/ipa/meson.build') diff --git a/test/ipa/meson.build b/test/ipa/meson.build index 08ee95ca..bca39fa3 100644 --- a/test/ipa/meson.build +++ b/test/ipa/meson.build @@ -1,13 +1,3 @@ -ipa_modules_sources = [ - ['ipa-dummy-cpp', 'shared_test.cpp'], -] - -foreach m : ipa_modules_sources - shared_library(m, name_prefix : '', - dependencies : libcamera_dep, - include_directories : test_includes_public) -endforeach - ipa_test = [ ['ipa_test', 'ipa_test.cpp'], ] -- cgit v1.2.1