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

Unified Diff: src/platform/tpm_lite/src/testsuite/lock.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/globallock.c ('k') | src/platform/tpm_lite/src/testsuite/readonly.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/lock.c
diff --git a/src/platform/tpm_lite/src/testsuite/lock.c b/src/platform/tpm_lite/src/testsuite/lock.c
index 9b7cf751901be78ce6aaa88076e52b0910467833..c3ed0af152c16abc4c45b164386f40e77e0ab1f0 100644
--- a/src/platform/tpm_lite/src/testsuite/lock.c
+++ b/src/platform/tpm_lite/src/testsuite/lock.c
@@ -7,17 +7,15 @@
*/
#include <stdio.h>
-#include <stdint.h>
#include <stdlib.h>
-#include <tss/tcs.h>
#include "tlcl.h"
#define INDEX0 0xda70
-int main(void) {
- TlclLibinit();
+int main(int argc, char** argv) {
+ TlclLibInit();
TlclStartup();
TlclSelftestfull();
« no previous file with comments | « src/platform/tpm_lite/src/testsuite/globallock.c ('k') | src/platform/tpm_lite/src/testsuite/readonly.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698