From 1328e1ba08430b0eaa589919272d732bb84a6921 Mon Sep 17 00:00:00 2001 From: Will Storey Date: Sat, 21 Oct 2017 20:01:04 -0700 Subject: 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. --- tests/irc/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/irc/Makefile.am (limited to 'tests/irc/Makefile.am') diff --git a/tests/irc/Makefile.am b/tests/irc/Makefile.am new file mode 100644 index 00000000..52770885 --- /dev/null +++ b/tests/irc/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = core -- cgit v1.2.3