From dba96f7a4cc575ea54beb699d6f09d3704c138d5 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Fri, 1 Mar 2019 05:18:10 -0600 Subject: [PATCH] add a little more testing info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f375537..6f9a528 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ systems class aimed at upper-level undergraduates and (in some cases) beginning graduate students. They are based on years of teaching such a course at the University of Wisconsin-Madison. +Also (increasingly) available are some tests to see if your code works; eventually +every project will have a set of tests available. The testing framework that is +currently available is found [here](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/tester). +A specific testing script, found in each project directory, can be used to run +the tests against your code. For example, in the initial utilities project, the +relatively simple `wcat` program that you create can be tested by running the +`test-wcat.sh` script. + ## C/Linux Projects ### Initial Projects