From a35d5d799580a4442b3c28e4cf40441fc0e0e9b7 Mon Sep 17 00:00:00 2001 From: Alexander Senier Date: Tue, 13 Aug 2019 20:22:30 +0200 Subject: [PATCH] gtest: remove dependency to rtc_drv The googletest run files needlessly used rtc_drv where a dummy /dev/rtc node would do. Remove this dependency to enable those tests on base-linux. Fixes #187 --- run/gtest-samples.run | 8 +------- run/gtest.run | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/run/gtest-samples.run b/run/gtest-samples.run index d433bd0..0ff4c48 100644 --- a/run/gtest-samples.run +++ b/run/gtest-samples.run @@ -5,7 +5,6 @@ set build_components { core init timer - drivers/rtc test/gtest-samples } @@ -39,16 +38,11 @@ install_config { - - - - - - + 2018-01-01 00:01 diff --git a/run/gtest.run b/run/gtest.run index ca89929..d492d69 100644 --- a/run/gtest.run +++ b/run/gtest.run @@ -5,7 +5,6 @@ set build_components { core init timer - drivers/rtc server/ram_fs test/gtest } @@ -40,11 +39,6 @@ install_config { - - - - - @@ -55,7 +49,7 @@ install_config { - + 2018-01-01 00:01