Patch InspIRCd to make tests run faster

This commit is contained in:
2021-02-25 00:15:09 +01:00
committed by Valentin Lorentz
parent de243b38eb
commit b405a94c34
3 changed files with 30 additions and 0 deletions

View File

@ -97,6 +97,10 @@ To run (server) tests on InspIRCd:
cd /tmp/
git clone https://github.com/inspircd/inspircd.git
cd inspircd
# optional, makes tests run considerably faster
patch src/inspircd.cpp < ../irctest/inspircd_mainloop.patch
./configure --prefix=$HOME/.local/ --development
make -j 4
make install