From dc4b2b20565a58f09c761b9affd6abdc7edb705b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Feb 2011 12:34:07 +0200 Subject: Add support for tests in subdirectories --- common/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/makefile') diff --git a/common/makefile b/common/makefile index 5a9b9cd..c3f02bf 100644 --- a/common/makefile +++ b/common/makefile @@ -31,7 +31,7 @@ clean := $(out_base)/.clean $(default): $(addprefix $(out_base)/,$(addsuffix /,$(build_tests))) -name := $(notdir $(src_base)) +name := common $(dist): name := $(name) $(dist): export dirs := $(tests) $(dist): export thread_dirs := $(thread_tests) -- cgit v1.1