summaryrefslogtreecommitdiffstats
path: root/tests/lifecycle.c
diff options
context:
space:
mode:
authorAnastasia Klimchuk <aklm@chromium.org>2022-06-30 13:40:40 +1000
committerAnastasia Klimchuk <aklm@chromium.org>2022-07-10 22:27:59 +0000
commitf41465d4408a2c0928fe5f1b8c21a2d6d4e5bd79 (patch)
tree4673354f8b8459dfbd2d5a51ef76ef43c9a3f066 /tests/lifecycle.c
parent65159ea93997da065b2f8867532a6a54bf7f58f1 (diff)
downloadflashrom-f41465d4408a2c0928fe5f1b8c21a2d6d4e5bd79.tar.gz
flashrom-f41465d4408a2c0928fe5f1b8c21a2d6d4e5bd79.tar.bz2
flashrom-f41465d4408a2c0928fe5f1b8c21a2d6d4e5bd79.zip
tests: Create lifecycle.h and gather includes and macro there
New header file lifecycle.h need to gather all things shared among lifecycle tests. This is one step to the goal of splitting lifecycle tests into separate per-programmer file. BUG=b:237606255 TEST=ninja test Change-Id: I93d0db943d9c96e2c36e9f7dce5c885c959745a0 Signed-off-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/65541 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Thomas Heijligen <src@posteo.de>
Diffstat (limited to 'tests/lifecycle.c')
-rw-r--r--tests/lifecycle.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/lifecycle.c b/tests/lifecycle.c
index 9624c4f15..f616369bd 100644
--- a/tests/lifecycle.c
+++ b/tests/lifecycle.c
@@ -13,18 +13,7 @@
* GNU General Public License for more details.
*/
-#include <include/test.h>
-#include <string.h>
-#include <linux/spi/spidev.h>
-
-#include "tests.h"
-#include "libflashrom.h"
-#include "io_mock.h"
-#include "programmer.h"
-#include "spi.h"
-
-#define SKIP_TEST(name) \
- void name (void **state) { skip(); }
+#include "lifecycle.h"
static void probe_chip(const struct programmer_entry *prog,
struct flashrom_programmer *flashprog,