From dcf55acd75d7a6f74b7b9fa98f84083ea8b79760 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Sat, 7 Apr 2012 11:37:47 +0000 Subject: Patch by Seungbeom that fixes a memory management issue with Refs, and associated unit test. More details at http://keeda.stanford.edu/pipermail/klee-commits/2012-February/000904.html git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@154256 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittests/Makefile') 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 -- cgit 1.4.1