tests: Remove IPA_MODULE_PATH environment variable
The tests declare a hard-coded LIBCAMERA_IPA_MODULE_PATH to allow tests to run from the test-suite. This requires tests to be run only from the root of the build directory, otherwise (for example, by running in their local directory) they will not be able to correctly locate the IPA modules. Now that the build path for the IPA manager is determined at runtime we can remove the redundant setting of the LIBCAMERA_IPA_MODULE_PATH for tests. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
1d8ca53d58
commit
dd9429f438
1 changed files with 0 additions and 4 deletions
|
@ -21,10 +21,6 @@ int Test::execute()
|
|||
{
|
||||
int ret;
|
||||
|
||||
ret = setenv("LIBCAMERA_IPA_MODULE_PATH", "src/ipa", 1);
|
||||
if (ret)
|
||||
return errno;
|
||||
|
||||
ret = setenv("LIBCAMERA_IPA_PROXY_PATH", "src/libcamera/proxy/worker", 1);
|
||||
if (ret)
|
||||
return errno;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue