about summary refs log tree commit diff homepage
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2017-07-19 21:58:44 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2017-07-19 22:29:18 +0100
commit7aa7f0aaebca40288c5dee038cf7bc84bf1462a4 (patch)
treec583f7f13f92f08086a7b72c78a87ea28394f07f /unittests/Makefile
parentd7c2deaa9c3762a3735029d408ede82d5c046433 (diff)
downloadklee-7aa7f0aaebca40288c5dee038cf7bc84bf1462a4.tar.gz
Added some unit tests for TreeStream: one testing some basic behaviour, the other a regression test for #562
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index 2a73b809..582b8d8d 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -17,7 +17,7 @@ CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
 CPP.Flags += -Wno-variadic-macros
 
 # FIXME: Parallel dirs is broken?
-DIRS = Expr Solver Ref Assignment
+DIRS = Expr Solver Ref Assignment TreeStream
 
 include $(LEVEL)/Makefile.common