about summary refs log tree commit diff homepage
path: root/unittests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Makefile')
-rwxr-xr-xunittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index 545d7fa7..761987d6 100755
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -10,7 +10,7 @@ CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
 CPP.Flags += -Wno-variadic-macros
 
 # FIXME: Parallel dirs is broken?
-DIRS = Expr Solver
+DIRS = Expr Solver Ref
 
 include $(LEVEL)/Makefile.common