Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: src/platform/tpm_lite/src/testsuite/readonly.c

Issue 1558015: 1. Changes and additions for autotest; 2. Two-level write-free locking test. (Closed)
Patch Set: gauravsh@chromium.org Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/tpm_lite/src/testsuite/lock.c ('k') | src/platform/tpm_lite/src/testsuite/writelimit.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/tpm_lite/src/testsuite/readonly.c
diff --git a/src/platform/tpm_lite/src/testsuite/readonly.c b/src/platform/tpm_lite/src/testsuite/readonly.c
index 2cd432546bf49c87ae0f6ea42c5d69f24e85dfed..1d1ee1d4417b87762f7c7e0f3c6af5d16c4e9ce1 100644
--- a/src/platform/tpm_lite/src/testsuite/readonly.c
+++ b/src/platform/tpm_lite/src/testsuite/readonly.c
@@ -61,11 +61,11 @@ void EnterRecoveryMode(void) {
}
-int main(void) {
+int main(int argc, char** argv) {
uint8_t c;
uint32_t index_0, index_1, index_2, index_3;
- TlclLibinit();
+ TlclLibInit();
TlclStartup();
TlclSelftestfull();
« no previous file with comments | « src/platform/tpm_lite/src/testsuite/lock.c ('k') | src/platform/tpm_lite/src/testsuite/writelimit.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698