X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile;h=4771be08e0f344a8032012da3f3e568e6185372a;hb=8a3f2e5c0ffdc3a7a33d0238056e728baa18cea6;hp=af04b414c667e9520a6d1943b5e32a69cd1a4105;hpb=5a121c17dc3088074ff51b99dbe353b25e7adff1;p=pintos-anon diff --git a/tests/Makefile b/tests/Makefile index af04b41..4771be0 100644 --- 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