Back to Ostep Projects

README

initial-utilities/wzip/README.md

latest675 B
Original Source

In this directory, you should write the program wzip.c and compile it into the binary wzip (e.g., gcc -o wzip wzip.c -Wall -Werror).

After doing so, you can run the tests from this directory by running the test-wzip.sh script. If all goes well, you will see:

sh
prompt> ./test-wzip.sh
test 1: passed
test 2: passed
test 3: passed
test 4: passed
test 5: passed
test 6: passed
prompt>

The test-wzip.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 for details.