mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +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
02aa8ee8bb
commit
1328e1ba08
8 changed files with 278 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -49,6 +49,9 @@ src/perl/*/Makefile.old
|
|||
src/fe-fuzz/crash-*
|
||||
src/fe-fuzz/oom-*
|
||||
|
||||
tests/irc/core/test-irc
|
||||
tests/irc/core/test-irc.trs
|
||||
|
||||
*.a
|
||||
*.bs
|
||||
*.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue