projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
364c88f
)
Add test that compiles the examples.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 22 May 2006 17:52:28 +0000
(17:52 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 22 May 2006 17:52:28 +0000
(17:52 +0000)
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index 5d53e286b71c3e49a657e19350003631d8dfba8f..b119ffd80021e3c9c6f67cca3a2ede1c8e80d4d4 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-1,4
+1,4
@@
-TESTS =
threads p1 userprog p2 vm p3 filesys p4
+TESTS =
examples threads p1 userprog p2 vm p3 filesys p4
PATH := $(shell pwd)/../src/utils:$(PATH)
@@
-52,7
+52,7
@@
threads::
$(compile)
$(run-tests) TESTS=tests/threads/alarm-single
$(clean)
-userprog vm filesys::
+
examples
userprog vm filesys::
$(mk-sandbox)
$(compile)
$(clean)