irctest/README.md

12 lines
547 B
Markdown
Raw Normal View History

2015-12-18 16:26:55 +00:00
# irctest
2015-12-19 18:11:17 +00:00
2020-09-09 06:53:42 +00:00
This is the integration test suite for Oragono, ultimately derived from [ProgVal/irctest](https://github.com/ProgVal/irctest), which is a general-purpose IRC protocol compatibility testing suite.
2015-12-19 18:11:17 +00:00
2020-09-09 06:53:42 +00:00
Some of these tests may be applicable to other projects (we attempt to mark the tests that are only applicable to Oragono).
2015-12-19 18:11:17 +00:00
2020-09-09 06:53:42 +00:00
This suite needs more test cases. Contributions are welcome and are a great way to help the Oragono project!
2015-12-19 18:11:17 +00:00
2016-12-01 09:21:25 +00:00
## Running Tests
2020-09-09 06:53:42 +00:00
Make sure the version of `oragono` you want to test is on your PATH. Then run `make`.