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