From 8e761289a2446367267c6c0d9a26e734f0f78306 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Dec 2020 20:29:05 +0300 Subject: Get rid of legacy build systems and rename cutl/ to libcutl/ --- tests/compiler/makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/compiler/makefile (limited to 'tests/compiler/makefile') diff --git a/tests/compiler/makefile b/tests/compiler/makefile deleted file mode 100644 index 457a0c1..0000000 --- a/tests/compiler/makefile +++ /dev/null @@ -1,16 +0,0 @@ -# file : tests/compiler/makefile -# license : MIT; see accompanying LICENSE file - -include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make - -tests := cxx-indenter sloc-counter traversal - -default := $(out_base)/ -test := $(out_base)/.test -clean := $(out_base)/.clean - -$(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests))) -$(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(tests))) -$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(tests))) - -$(foreach t,$(tests),$(call import,$(src_base)/$t/makefile)) -- cgit v1.1