Skip to content

Commit 2988ce3

Browse files
committed
Update README with testing info
1 parent 8a320e0 commit 2988ce3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,25 @@ When the library encounters an unsupported node type, it outputs a marker:
7575

7676
This makes it easy to identify which ADF features are not yet converted.
7777

78+
## Development
79+
80+
### Requirements
81+
82+
- Lua 5.1+
83+
- [Busted](https://lunarmodules.github.io/busted/) (testing framework)
84+
85+
### Install dependencies
86+
87+
```bash
88+
luarocks install busted
89+
```
90+
91+
### Run tests
92+
93+
```bash
94+
busted
95+
```
96+
7897
## License
7998

8099
MIT License - see [LICENSE](LICENSE) file.

0 commit comments

Comments
 (0)