From 85107db029a606ae8d08b6a1c03694763e868a6c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 14 Mar 2006 22:43:44 +0000 Subject: [PATCH] Test commit. --- solutions/README | 2 +- tests/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/README b/solutions/README index c56106d..38668ba 100644 --- a/solutions/README +++ b/solutions/README @@ -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/. diff --git a/tests/Makefile b/tests/Makefile index 3adf8e3..866e364 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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) -- 2.30.2