about summary refs log tree commit diff homepage
path: root/unittests/Expr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Expr/Makefile')
-rw-r--r--unittests/Expr/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/unittests/Expr/Makefile b/unittests/Expr/Makefile
deleted file mode 100644
index e64ce47a..00000000
--- a/unittests/Expr/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-##===- unittests/Expr/Makefile -----------------------------*- Makefile -*-===##
-
-LEVEL := ../..
-include $(LEVEL)/Makefile.config
-
-TESTNAME := Expr
-USEDLIBS := kleaverExpr.a kleeBasic.a
-LINK_COMPONENTS := support
-
-include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest