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/shared_test.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 test/ipa/shared_test.cpp (limited to 'test/ipa/shared_test.cpp') diff --git a/test/ipa/shared_test.cpp b/test/ipa/shared_test.cpp deleted file mode 100644 index 8bac4393..00000000 --- a/test/ipa/shared_test.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include - -namespace libcamera { - -extern "C" { -const struct libcamera::IPAModuleInfo ipaModuleInfo = { - IPA_MODULE_API_VERSION, - 9001, - "bleep", - "It's over nine thousand!", -}; -}; - -}; /* namespace libcamera */ -- cgit v1.2.1