From 50dffaac144625e760c43c20073c99b824bb8ce5 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Wed, 5 Sep 2007 18:18:19 -0500 Subject: add the evalbot to the list of test files --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 ' ' '-') -- cgit v1.2.3-54-g00ecf