From b9be46fb3115dffcd5cdaa62523bd025c7342e42 Mon Sep 17 00:00:00 2001 From: Qyriad Date: Tue, 7 May 2024 13:34:36 -0600 Subject: remove the autoconf+Make buildsystem We're not using it anymore. Any leftover bugs in the Meson buildsystem are now just bugs. Closes #249. Change-Id: I0465a0c37ae819f94d40e7829f5bff046aa63d73 --- tests/unit/libutil-support/local.mk | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/unit/libutil-support/local.mk (limited to 'tests/unit/libutil-support') diff --git a/tests/unit/libutil-support/local.mk b/tests/unit/libutil-support/local.mk deleted file mode 100644 index 67fd92d77..000000000 --- a/tests/unit/libutil-support/local.mk +++ /dev/null @@ -1,16 +0,0 @@ -libraries += libutil-test-support - -libutil-test-support_NAME = libnixutil-test-support - -libutil-test-support_DIR := $(d) - -libutil-test-support_INSTALL_DIR := - -libutil-test-support_SOURCES := $(wildcard $(d)/tests/*.cc) - -libutil-test-support_CXXFLAGS += $(libutil-tests_EXTRA_INCLUDES) -I src/libutil - -# libexpr so we can steal their string printer from print.cc -libutil-test-support_LIBS = libutil libexpr - -libutil-test-support_LDFLAGS := -pthread -lrapidcheck -- cgit v1.2.3