A script that run a test for your mp0.c
with a directory structure of 20 file/dirs whose name length is 10.
- put "test.c", "testgen.c" under user/ and "gentest.py" under xv6/
python gentest.py
will generate newgrade-mp0.py
andtest.c
(included by testgen.c), and then run a docker execmake grade
- Since this script uses
sudo
to run docker, you may be asked to type your password.