From: jluehrs2 Date: Wed, 5 Sep 2007 23:18:19 +0000 (-0500) Subject: add the evalbot to the list of test files X-Git-Tag: 0.03~2 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=50dffaac144625e760c43c20073c99b824bb8ce5;p=luairc.git add the evalbot to the list of test files --- diff --git a/Makefile b/Makefile index 2f85d41..a850476 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ MOD_LUAS = src/irc/channel.lua \ src/irc/debug.lua \ src/irc/message.lua \ src/irc/misc.lua -TEST_LUAS = test/test.lua +TEST_LUAS = test/test.lua \ + test/luabot.lua DOC_LUAS = src/callbacks.luadoc VERSION = $(shell grep '^_VERSION =' $(MAIN_LUA) | sed "s/_VERSION = '\(.*\)'/\1/" | tr ' ' '-')