Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-29 21:38:10 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-29 21:38:10 (GMT)
commit7df65ab65c28983f1792e1ac5f8326842b87ba2d (patch)
tree2133bf3a53d177866a05fe28569048b4e7dec0df /Makefile
parent69982ce0d1b712ccfe5797fb83721ab856ec951b (diff)
Add a devbot.git module with unit test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 716101f..fc8b3b7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
SOURCE_DIR=$(CURDIR)/source
COMMANDS_DIR=$(CURDIR)/commands
-HELPERS_DIR=$(COMMANDS_DIR)/helpers
+HOME_DIR=$(CURDIR)/home
TOOLS_DIR=$(CURDIR)/tools
.PHONY: all
@@ -10,3 +10,4 @@ all: check-system pull build
include Makefile.config
include Makefile.commands
include Makefile.buildbot
+include Makefile.tests