Add a test program to test mode parsing

This uses GLib's testing framework. It is to test the changes to the
mode parsing for #603.
This commit is contained in:
Will Storey 2017-10-21 20:01:04 -07:00 committed by ailin-nemui
commit 1328e1ba08
8 changed files with 278 additions and 2 deletions

View file

@ -49,5 +49,7 @@ before_script:
- echo ^quit >> irssi-test/startup
- irssi-build/bin/irssi --home irssi-test
- cat irc.log.*
- cd $TRAVIS_BUILD_DIR
script: true
script:
- make check