summaryrefslogtreecommitdiff
path: root/tests/tpm_lite/tlcl_tests.h
Commit message (Collapse)AuthorAgeFilesLines
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-8/+8
| | | | | | | | | | | | | | | | | | | Problem files were found with: find . -name '*.c' -o -name '*.h' | xargs grep '^ [^*]' and edited manually. Ignores utility/ and cgpt/, since they seem to globally adhere to a two-space tab convention. BUG=None TEST=make clean runtests TEST=emerge vboot_reference depthcharge Change-Id: I5a678484a119c8f1911f717e1968bdb4f1a0810f Reviewed-on: https://chromium-review.googlesource.com/1160131 Commit-Ready: Joel Kitching <kitching@chromium.org> Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
* Improve error messages from tests.Luigi Semenzato2011-02-081-11/+12
| | | | | | | | | Change-Id: I111e0fb38188e70659d735f0949a7bdb548a258b BUG=433 TEST=compiled and ran the tests. No QA testing required. Review URL: http://codereview.chromium.org/6349091
* Add missing header file.Luigi Semenzato2010-09-151-0/+34
Change-Id: I2b0fdab305fc3b7286679ac133daed62523fb241 BUG=none TEST=none Review URL: http://codereview.chromium.org/3423009