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

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

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/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 0858671556a8c1f808a24da271d3bbb8e82f404a..184705bef962a675b6a5c02c2d070f6d228e23fd 100644
--- a/src/platform/tpm_lite/src/testsuite/Makefile
+++ b/src/platform/tpm_lite/src/testsuite/Makefile
@@ -23,7 +23,12 @@ CC ?= cc
CFLAGS += -Werror -Wall
#CFLAGS += -pedantic -ansi
-TESTS = tpmtest_readonly tpmtest_clear tpmtest_writelimit tpmtest_lock
+TESTS = tpmtest_clear \
+ tpmtest_enable \
+ tpmtest_globallock \
+ tpmtest_lock \
+ tpmtest_readonly \
+ tpmtest_writelimit \
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