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
|
|
@ -16,7 +16,7 @@ irssi-version.h:
|
|||
VERSION="$(VERSION)" $(srcdir)/utils/irssi-version.sh $(srcdir) | \
|
||||
cmp -s - $@ || VERSION="$(VERSION)" $(srcdir)/utils/irssi-version.sh $(srcdir) >$@
|
||||
|
||||
SUBDIRS = src docs scripts themes utils
|
||||
SUBDIRS = src tests docs scripts themes utils
|
||||
|
||||
confdir = $(sysconfdir)
|
||||
conf_DATA = irssi.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue