{"id":3325,"url":"https://patchwork.libcamera.org/api/patches/3325/?format=json","web_url":"https://patchwork.libcamera.org/patch/3325/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20200326114046.4047211-1-niklas.soderlund@ragnatech.se>","date":"2020-03-26T11:40:46","name":"[libcamera-devel] test: ipa: Fix path to VIMC IPA","commit_ref":"6f553040fddd35cd8d59d033bed4ab1b9c2dd634","pull_url":null,"state":"accepted","archived":false,"hash":"83b1b9e4d8181ac0639ee5c4f76fe6cb3731e352","submitter":{"id":5,"url":"https://patchwork.libcamera.org/api/people/5/?format=json","name":"Niklas Söderlund","email":"niklas.soderlund@ragnatech.se"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/3325/mbox/","series":[{"id":779,"url":"https://patchwork.libcamera.org/api/series/779/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=779","date":"2020-03-26T11:40:46","name":"[libcamera-devel] test: ipa: Fix path to VIMC IPA","version":1,"mbox":"https://patchwork.libcamera.org/series/779/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/3325/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/3325/checks/","tags":{},"headers":{"Return-Path":"<niklas.soderlund@ragnatech.se>","Received":["from bin-mail-out-06.binero.net (bin-mail-out-06.binero.net\n\t[195.74.38.229])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 7006660410\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 26 Mar 2020 12:40:52 +0100 (CET)","from bismarck.berto.se (p4fca2392.dip0.t-ipconnect.de\n\t[79.202.35.146]) by bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA\n\tid a1cdfa7e-6f56-11ea-aeed-005056917f90;\n\tThu, 26 Mar 2020 12:40:49 +0100 (CET)"],"X-Halon-ID":"a1cdfa7e-6f56-11ea-aeed-005056917f90","Authorized-sender":"niklas@soderlund.pp.se","From":"=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>","To":"libcamera-devel@lists.libcamera.org","Date":"Thu, 26 Mar 2020 12:40:46 +0100","Message-Id":"<20200326114046.4047211-1-niklas.soderlund@ragnatech.se>","X-Mailer":"git-send-email 2.25.1","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH] test: ipa: Fix path to VIMC IPA","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","X-List-Received-Date":"Thu, 26 Mar 2020 11:40:52 -0000"},"content":"When changing the VIMC IPA source file structure the path in the\nipa_module_test which needs access to the .so file was not updated, fix\nthat.\n\nThe omission was hard to spot as it requires a clean build of the\nproject as the old .so file is still in the build tree and the test\npasses.\n\nFixes: a25533089bda04da (\"ipa: Move vimc to a subdirectory\")\nSigned-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>\n---\n test/ipa/ipa_module_test.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/test/ipa/ipa_module_test.cpp b/test/ipa/ipa_module_test.cpp\nindex 3a634099a550fb24..287e53fdaa8e9fad 100644\n--- a/test/ipa/ipa_module_test.cpp\n+++ b/test/ipa/ipa_module_test.cpp\n@@ -62,7 +62,7 @@ protected:\n \t\t\t\"GPL-2.0-or-later\",\n \t\t};\n \n-\t\tcount += runTest(\"src/ipa/ipa_vimc.so\", testInfo);\n+\t\tcount += runTest(\"src/ipa/vimc/ipa_vimc.so\", testInfo);\n \n \t\tif (count < 0)\n \t\t\treturn TestFail;\n","prefixes":["libcamera-devel"]}