diff options
Diffstat (limited to 'test/ipa/ipa_module_test.cpp')
-rw-r--r-- | test/ipa/ipa_module_test.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/test/ipa/ipa_module_test.cpp b/test/ipa/ipa_module_test.cpp index 287e53fd..1c97da32 100644 --- a/test/ipa/ipa_module_test.cpp +++ b/test/ipa/ipa_module_test.cpp @@ -2,13 +2,13 @@ /* * Copyright (C) 2019, Google Inc. * - * ipa_module_test.cpp - Test loading of the VIMC IPA module and verify its info + * Test loading of the VIMC IPA module and verify its info */ #include <iostream> #include <string.h> -#include "ipa_module.h" +#include "libcamera/internal/ipa_module.h" #include "test.h" @@ -57,9 +57,8 @@ protected: const struct IPAModuleInfo testInfo = { IPA_MODULE_API_VERSION, 0, - "PipelineHandlerVimc", - "Dummy IPA for Vimc", - "GPL-2.0-or-later", + "vimc", + "vimc", }; count += runTest("src/ipa/vimc/ipa_vimc.so", testInfo); |