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
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -50,6 +50,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