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 /tests/Makefile.am | |
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 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 00000000..58c348df --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = irc |