diff options
author | Efimov Vasily <real@ispras.ru> | 2017-10-30 20:14:03 +0300 |
---|---|---|
committer | Efimov Vasily <real@ispras.ru> | 2017-10-30 20:14:03 +0300 |
commit | 069239bf7cae58b26edb5ada12e53ef10ec5fc11 (patch) | |
tree | e946e45e801aacd8c308e261f4b35b26acb3dab5 | |
parent | 5a74b95cfb2faca7470fd814f10bd9d0650c3a4a (diff) | |
download | ply-069239bf7cae58b26edb5ada12e53ef10ec5fc11.tar.gz |
test: update README
Signed-off-by: Efimov Vasily <real@ispras.ru>
-rw-r--r-- | test/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/README b/test/README index 52f032a..03b167c 100644 --- a/test/README +++ b/test/README @@ -3,5 +3,6 @@ conditions. To run: $ python testlex.py $ python testyacc.py + $ python testcpp.py The script 'cleanup.sh' cleans up this directory to its original state. |