Test commit.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 14 Mar 2006 22:43:44 +0000 (22:43 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 14 Mar 2006 22:43:44 +0000 (22:43 +0000)
solutions/README
tests/Makefile

index c56106dcedaf97cc78defa5543044c97591ecf1f..38668ba65d13744f74b70aff425fa1f06d3fcecc 100644 (file)
@@ -1,4 +1,4 @@
-Sample solutions.
+Sample solutions. 
 
 These solutions are well written and pass all the corresponding tests.
 You can run them automatically with `make check' in tests/.
index 3adf8e38ac9f72a9ea6ed4d52a37d2b5180d8153..866e3642cc340ae6de8ac0d7b1298fe07e9dd04a 100644 (file)
@@ -1,4 +1,4 @@
-TESTS = threads p1 userprog p2 vm p3 filesys p4
+TESTS = threads p1 userprog p2 vm p3 filesys p4 
 
 PATH := $(shell pwd)/../src/utils:$(PATH)