diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-03-20 10:30:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-20 10:30:39 +0100 |
commit | 191e0ac84ed42b51395ff9659b4f6169a1fcb3aa (patch) | |
tree | 81aca67b527bd29514ebe880187a08b5cea2454e /tests/irc/Makefile.am | |
parent | 7d99ff05cd9f15c4fbdfc54de58abdc2bc5b7778 (diff) | |
parent | 6b0e14099655bf4d94a19dff252cce89b2858c93 (diff) | |
download | irssi-191e0ac84ed42b51395ff9659b4f6169a1fcb3aa.zip |
Merge pull request #802 from ailin-nemui/test-796
Test for segfault on disconnect during signal processing
Diffstat (limited to 'tests/irc/Makefile.am')
-rw-r--r-- | tests/irc/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/irc/Makefile.am b/tests/irc/Makefile.am index 52770885..d42cfc87 100644 --- a/tests/irc/Makefile.am +++ b/tests/irc/Makefile.am @@ -1 +1,3 @@ -SUBDIRS = core +SUBDIRS = \ + core \ + flood |