diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-01-04 14:29:57 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-01-04 14:29:57 +0100 |
commit | 5bddfe7b7336f6b48408c72955dbcb664cc4dc97 (patch) | |
tree | a3d0a03edb7b70c50b40649d5869265a3db98f06 /tests/irc/Makefile.am | |
parent | e405330e04dc344797f00c12cf8fd7f63b17e0e4 (diff) | |
download | irssi-5bddfe7b7336f6b48408c72955dbcb664cc4dc97.zip |
add new test skeleton
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 |