]> git.lizzy.rs Git - luairc.git/commitdiff
add the evalbot to the list of test files
authorjluehrs2 <jluehrs2@uiuc.edu>
Wed, 5 Sep 2007 23:18:19 +0000 (18:18 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Wed, 5 Sep 2007 23:18:19 +0000 (18:18 -0500)
Makefile

index 2f85d415a5664000392fedc2d9ce7905561d580d..a85047682210de2f23a69db03e626f494300f5c5 100644 (file)
--- 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 ' ' '-')