[ 101s] /home/abuild/rpmbuild/BUILD/crash-worker-6.5.16/tests/system/utils/
libbugreport-servicetest.c:46:51: error: 'CS_ERR_NO_ERROR' undeclared (first use in this function)
[ 101s] 46 | printf("res: %s (%d)\nreport_path: %s\n", res == CS_ERR_NO_ERROR ? "true" ...
[ 101s] | ^~~~~~~~~~~~~~~
Change-Id: I5f9588ee8c3b9f9be15169a848ac6082e67ce042
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
pkg_check_modules(helper_pkgs REQUIRED
gio-2.0
bugreport
+ diagnostics
dlog)
TARGET_LINK_LIBRARIES(libbugreport-servicetest bugreport ${helper_pkgs_LDFLAGS})
#include <libbugreport.h>
+#include <diagnostics.h>
#include <linux/limits.h>
#include <stdio.h>