From ebd6eb69f57b0f36a4bf9978b5c47ba4be86d261 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Tue, 4 Jul 2017 16:33:19 +0300 Subject: Make igtrc configuration common, with configurable suspend/resume delay This adds support for configurable suspend/resume delay and takes the occasion to move igtrc configuation from igt_chamelium to igt_core. This way, suspend/resume delay configuration can be used for all tests. Signed-off-by: Paul Kocialkowski Reviewed-by: Lyude Paul --- lib/igt_core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/igt_core.h') diff --git a/lib/igt_core.h b/lib/igt_core.h index a2ed9720..0739ca83 100644 --- a/lib/igt_core.h +++ b/lib/igt_core.h @@ -40,6 +40,7 @@ #include #include #include +#include #ifndef IGT_LOG_DOMAIN #define IGT_LOG_DOMAIN (NULL) @@ -48,6 +49,7 @@ extern const char* __igt_test_description __attribute__((weak)); extern bool __igt_plain_output; +extern GKeyFile *igt_key_file; /** -- cgit v1.2.3