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

Unified Diff: src/platform/tpm_lite/src/testsuite/Makefile

Issue 1056001: Additional cases for the test suite, and more commands added to TLCL (Closed)
Patch Set: Various fixes for review 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/include/tlcl.h ('k') | src/platform/tpm_lite/src/testsuite/clear.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/Makefile
diff --git a/src/platform/tpm_lite/src/testsuite/Makefile b/src/platform/tpm_lite/src/testsuite/Makefile
index 0211af598c9668934a38a23f17d4857a5c4d1a69..0858671556a8c1f808a24da271d3bbb8e82f404a 100644
--- a/src/platform/tpm_lite/src/testsuite/Makefile
+++ b/src/platform/tpm_lite/src/testsuite/Makefile
@@ -23,7 +23,7 @@ CC ?= cc
CFLAGS += -Werror -Wall
#CFLAGS += -pedantic -ansi
-TESTS = tpmtest_readonly
+TESTS = tpmtest_readonly tpmtest_clear tpmtest_writelimit tpmtest_lock
all: $(TESTS)
« no previous file with comments | « src/platform/tpm_lite/src/include/tlcl.h ('k') | src/platform/tpm_lite/src/testsuite/clear.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698