mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
Patch InspIRCd to make tests run faster
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user