projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3f2e5
)
Fix quoting.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 20 Jan 2005 05:16:26 +0000
(
05:16
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 20 Jan 2005 05:16:26 +0000
(
05:16
+0000)
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index 4771be08e0f344a8032012da3f3e568e6185372a..f813f7de92a1206dfbd157e4a8690e563df92df7 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-3,7
+3,7
@@
TESTS = threads p1-1 p1-2 p1-3 list stdlib userprog p2 vm filesys
PATH := $(shell pwd)/../src/utils:$(PATH)
all:
- @echo "This Makefile has only `check' targets."
+ @echo "This Makefile has only
\
`check' targets."
check:
$(MAKE) -C .. distclean