summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuigi Semenzato <semenzato@google.com>2010-07-08 12:12:12 -0700
committerLuigi Semenzato <semenzato@google.com>2010-07-08 12:12:12 -0700
commit416f681882d8a35fa4c7ad9245a9e544c3115670 (patch)
treea3bb46ed6083082cc374645854f3ba7b974562f2 /Makefile
parent783e64e70e5e5fff6d374b6aaf1d0ccd68cb2404 (diff)
downloadvboot-416f681882d8a35fa4c7ad9245a9e544c3115670.tar.gz
This test sets the TPM to a each of a large amount of "interesting" initial states, and runs the firmware code at user level.
This code compiles and installs using a modified ebuild (which needs to be committed after this change). Review URL: http://codereview.chromium.org/2857030
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4fce9dd..638d512a 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ clean:
install:
$(MAKE) -C utility install
$(MAKE) -C cgpt install
+ $(MAKE) -C tests install
runtests:
$(MAKE) -C tests runtests