summaryrefslogtreecommitdiff
path: root/test/ipa/shared_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ipa/shared_test.cpp')
-rw-r--r--test/ipa/shared_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ipa/shared_test.cpp b/test/ipa/shared_test.cpp
index 4e5c976c..8bac4393 100644
--- a/test/ipa/shared_test.cpp
+++ b/test/ipa/shared_test.cpp
@@ -4,8 +4,10 @@ namespace libcamera {
extern "C" {
const struct libcamera::IPAModuleInfo ipaModuleInfo = {
- "It's over nine thousand!",
+ IPA_MODULE_API_VERSION,
9001,
+ "bleep",
+ "It's over nine thousand!",
};
};