mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 18:12:12 +02:00
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:
parent
cfa51c5ae2
commit
6002a7fe75
8 changed files with 301 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue