add the evalbot to the list of test files

master
jluehrs2 2007-09-05 18:18:19 -05:00
parent b0c01a35bf
commit 50dffaac14
1 changed files with 2 additions and 1 deletions

View File

@ -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 ' ' '-')