projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58655f9
)
Add stdio test.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 1 Apr 2005 21:09:03 +0000
(21:09 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 1 Apr 2005 21:09:03 +0000
(21:09 +0000)
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index 2450e563b6d2cc0ee24f206dfcb5d4dee0a35dfe..ce215b3fd00247464df04e20264e2cd663fe99c6 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-1,4
+1,4
@@
-TESTS = threads p1-1 p1-2 list stdlib userprog p2 vm filesys
+TESTS = threads p1-1 p1-2 list stdlib
stdio
userprog p2 vm filesys
PATH := $(shell pwd)/../src/utils:$(PATH)
@@
-71,7
+71,7
@@
p1-2::
$(clean)
list: PROJECT = threads
-list stdlib::
+list stdlib
stdio
::
$(mk-sandbox)
cp ../src/tests/threads/$@.c $@/pintos/src/threads/test.c
$(MAKE) -C $@/pintos/src/threads -s