mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
Add Solanum
This commit is contained in:
13
README.md
13
README.md
@ -77,6 +77,19 @@ cd ~/irctest
|
||||
pytest --controller irctest.controllers.oragono -k 'not deprecated'
|
||||
```
|
||||
|
||||
To run (server) tests on Solanum:
|
||||
|
||||
```
|
||||
cd /tmp/
|
||||
git clone https://github.com/solanum-ircd/solanum.git
|
||||
cd charybdis
|
||||
./autogen.sh
|
||||
./configure --prefix=$HOME/.local/
|
||||
make -j 4
|
||||
make install
|
||||
pytest --controller irctest.controllers.solanum -k 'not Oragono and not deprecated and not strict'
|
||||
```
|
||||
|
||||
To run (server) tests on Charybdis::
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user