aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-05 18:18:19 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-05 18:18:19 -0500
commit50dffaac144625e760c43c20073c99b824bb8ce5 (patch)
tree28ccbac44a0873b6f70d51ac2e583ea263f4e240 /Makefile
parentb0c01a35bf7e2d1aa7c27c23185ce2ad85a000ee (diff)
downloadluairc-50dffaac144625e760c43c20073c99b824bb8ce5.tar.gz
luairc-50dffaac144625e760c43c20073c99b824bb8ce5.zip
add the evalbot to the list of test files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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 ' ' '-')