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:
parent
7f3c3f5c48
commit
35243fdd7d
@ -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;
|
||||
|
@ -31,6 +31,8 @@
|
||||
#ifndef _IO_MOCK_H_
|
||||
#define _IO_MOCK_H_
|
||||
|
||||
#include <include/test.h>
|
||||
|
||||
/* Required for `FILE *` */
|
||||
#include <stdio.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user