mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
Instead of installing pieces of the build system, we can install the test driver (which can also be used to list the files needed) and run the tests directly. (From OE-Core rev: 5e07e6c376cf46d2788dcef53e9feba890c0236d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
471 B
Diff
19 lines
471 B
Diff
Don't depend on a native libgpg-error to build the test driver, as it's
|
|
an optional dependency for some C annotations.
|
|
|
|
Upstream-Status: Inappropriate
|
|
Signed-off-by: Ross Burton <ross.burton@arm.com>
|
|
|
|
diff --git a/tests/testdrv.c b/tests/testdrv.c
|
|
index 0ccde326..6d6abd57 100644
|
|
--- a/tests/testdrv.c
|
|
+++ b/tests/testdrv.c
|
|
@@ -32,7 +32,6 @@
|
|
# include <fcntl.h>
|
|
# include <sys/wait.h>
|
|
#endif
|
|
-#include <gpg-error.h> /* For some macros. */
|
|
|
|
#include "stopwatch.h"
|
|
|