diff options
author | Will Storey <will@summercat.com> | 2017-10-21 20:01:04 -0700 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-12-07 12:06:20 +0100 |
commit | 1328e1ba08430b0eaa589919272d732bb84a6921 (patch) | |
tree | 99a1097d9fc61c87a41143b2c09a71f9298ff774 /.gitignore | |
parent | 02aa8ee8bb7befc3c91f4b0fdfa17e4d721ba8d0 (diff) | |
download | irssi-1328e1ba08430b0eaa589919272d732bb84a6921.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |