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/ctor/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/ctor') diff --git a/common/ctor/makefile b/common/ctor/makefile index 9949e59..9eb8097 100644 --- a/common/ctor/makefile +++ b/common/ctor/makefile @@ -48,7 +48,7 @@ $(out_base)/: $(driver) # Dist # -name := $(notdir $(src_base)) +name := $(subst /,-,$(subst $(src_root)/common/,,$(src_base))) $(dist): db_id := @database@ $(dist): sources := $(cxx_tun) -- cgit v1.1