Anastasia Klimchuk has uploaded this change for review.

View Change

tests: Move test environment header files into tests directory

BUG=b:181803212
TEST=ninja test
-> all tests pass
nm builddir/tests/flashrom_unit_tests.p/.._it85spi.c.o
-> has symbols _test_calloc, _test_free, test_inb, test_outb

Change-Id: Ia42773b98b1eb6c65241aa559c0c8b4926bd0814
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
---
R tests/hwaccess_x86_io_unittest.h
R tests/unittest_env.h
2 files changed, 0 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/08/55408/1
diff --git a/hwaccess_x86_io_unittest.h b/tests/hwaccess_x86_io_unittest.h
similarity index 100%
rename from hwaccess_x86_io_unittest.h
rename to tests/hwaccess_x86_io_unittest.h
diff --git a/unittest_env.h b/tests/unittest_env.h
similarity index 100%
rename from unittest_env.h
rename to tests/unittest_env.h

To view, visit change 55408. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ia42773b98b1eb6c65241aa559c0c8b4926bd0814
Gerrit-Change-Number: 55408
Gerrit-PatchSet: 1
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-MessageType: newchange