Add README's.

This commit is contained in:
Stephen Chung
2020-10-07 22:56:21 +08:00
parent 0ba219352d
commit d35c216465
6 changed files with 63 additions and 1 deletions

12
tests/README.md Normal file
View File

@@ -0,0 +1,12 @@
Tests
=====
Rhai engine tests.
How to Run
----------
```bash
cargo test
```