From 049e8d72a8098ad48c9dd30fe3c156913a88bac5 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Fri, 15 Feb 2019 05:04:48 -0600 Subject: [PATCH] add simple README for wcat tests --- initial-utilities/wcat/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 initial-utilities/wcat/README.md diff --git a/initial-utilities/wcat/README.md b/initial-utilities/wcat/README.md new file mode 100644 index 0000000..f7118bf --- /dev/null +++ b/initial-utilities/wcat/README.md @@ -0,0 +1,19 @@ + +In this directory, you should write the program `wcat.c` and compile it into +the binary `wcat'. + +After doing so, you can run the tests from this directory by running the +`run-tests.sh` script. If all goes well, you will see: + +```sh +prompt> ../../tester/run-tests.sh +test 1: passed +test 2: passed +test 3: passed +test 4: passed +test 5: passed +test 6: passed +test 7: passed +prompt> +``` +