diff options
Diffstat (limited to 'tests/unit/libexpr-support')
-rw-r--r-- | tests/unit/libexpr-support/local.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/unit/libexpr-support/local.mk b/tests/unit/libexpr-support/local.mk deleted file mode 100644 index ce0d9950c..000000000 --- a/tests/unit/libexpr-support/local.mk +++ /dev/null @@ -1,19 +0,0 @@ -libraries += libexpr-test-support - -libexpr-test-support_NAME = libnixexpr-test-support - -libexpr-test-support_DIR := $(d) - -libexpr-test-support_INSTALL_DIR := - -libexpr-test-support_SOURCES := \ - $(wildcard $(d)/tests/*.cc) \ - $(wildcard $(d)/tests/value/*.cc) - -libexpr-test-support_CXXFLAGS += $(libexpr-tests_EXTRA_INCLUDES) - -libexpr-test-support_LIBS = \ - libstore-test-support libutil-test-support \ - libexpr libstore libutil - -libexpr-test-support_LDFLAGS := -pthread -lrapidcheck |