1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

tests: Move test.h include

BUG=None
BRANCH=None
TEST=None

Change-Id: I8e0611c415c921f5b04b20270fb26e147fefd1b8
Signed-off-by: Evan Benn <evanbenn@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/69537
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:
Evan Benn 2022-11-14 10:19:04 +11:00 committed by Anastasia Klimchuk
parent 7f3c3f5c48
commit 35243fdd7d
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,6 @@
* GNU General Public License for more details.
*/
#include <include/test.h>
#include "io_mock.h"
static const struct io_mock *current_io = NULL;

View File

@ -31,6 +31,8 @@
#ifndef _IO_MOCK_H_
#define _IO_MOCK_H_
#include <include/test.h>
/* Required for `FILE *` */
#include <stdio.h>