From 5e527213a2430bb3018e5eebd909aef294edf9b5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- tests/makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/makefile (limited to 'tests/makefile') diff --git a/tests/makefile b/tests/makefile deleted file mode 100644 index 7c3a64f..0000000 --- a/tests/makefile +++ /dev/null @@ -1,14 +0,0 @@ -# file : tests/makefile -# license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make - -default := $(out_base)/ -test := $(out_base)/.test -clean := $(out_base)/.clean - -$(default): $(out_base)/cxx/ -$(test): $(out_base)/cxx/.test -$(clean): $(out_base)/cxx/.clean - -$(call import,$(src_base)/cxx/makefile) -- cgit v1.1