summaryrefslogtreecommitdiff
path: root/tests/tpm_lite/readonly.c
diff options
context:
space:
mode:
authorLuigi Semenzato <semenzato@google.com>2010-09-15 17:20:36 -0700
committerLuigi Semenzato <semenzato@google.com>2010-09-15 17:20:36 -0700
commita7e19cffbee540a130d16b3b93ebfe250a774358 (patch)
tree6420b3f96ac06d02e9b17b11dccd34d6a483e4c2 /tests/tpm_lite/readonly.c
parent6eee220fcdfd557b77c40e123293f16fe548731b (diff)
downloadvboot-a7e19cffbee540a130d16b3b93ebfe250a774358.tar.gz
Add new files: two tests, one common file, one program to set things up.
Change-Id: I4c9b7a937103f3978cbed6629ee4057018b80eae More cleanup. Also allow some tests to run even when TPM is already started. Change-Id: I23558b96a1de55bbeca42dbf2e44f6802a0ec85b Reorganize and standardize behavior of tests. Change-Id: Id32fd09211a72deaa66a3dd0f973d35506ff96f2 BUG=433 TEST=ran all the tests I could run without TPM-free BIOS Review URL: http://codereview.chromium.org/3389004
Diffstat (limited to 'tests/tpm_lite/readonly.c')
-rw-r--r--tests/tpm_lite/readonly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tpm_lite/readonly.c b/tests/tpm_lite/readonly.c
index 7e856235..97b90917 100644
--- a/tests/tpm_lite/readonly.c
+++ b/tests/tpm_lite/readonly.c
@@ -104,6 +104,6 @@ int main(int argc, char** argv) {
/* Done for now.
*/
- printf("Test completed successfully\n");
+ printf("TEST SUCCEEDED\n");
exit(0);
}