README for each test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
In this directory, you should write the program `wcat.c` and compile it into
|
||||
the binary `wcat`.
|
||||
the binary `wcat` (e.g., `gcc -o wcat wcat.c -Wall -Werror`).
|
||||
|
||||
After doing so, you can run the tests from this directory by running the
|
||||
`test-wcat.sh` script. If all goes well, you will see:
|
||||
@@ -17,8 +17,11 @@ test 7: passed
|
||||
prompt>
|
||||
```
|
||||
|
||||
`test-wcat.sh` is just a wrapper for the `run-tests.sh` script in the `tester`
|
||||
directory of this repository. This program has a few options; see the relevant
|
||||
README for details.
|
||||
The `test-wcat.sh` script is just a wrapper for the `run-tests.sh` script in
|
||||
the `tester` directory of this repository. This program has a few options; see
|
||||
the relevant
|
||||
[README](https://github.com/remzi-arpacidusseau/ostep-projects/blob/master/tester/README.md)
|
||||
for details.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user