From 7df65ab65c28983f1792e1ac5f8326842b87ba2d Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 29 Nov 2012 21:38:10 +0000 Subject: Add a devbot.git module with unit test --- (limited to 'Makefile') 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 -- cgit v0.9.1