From: Eric Christopher Date: Fri, 24 May 2013 23:20:16 +0000 (+0000) Subject: Add to testsuite. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=725e3d324bae8259dadc669b89a87997da61ab14;p=oota-llvm.git Add to testsuite. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182693 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt index e6cafbcaf15..b66c5db2c3e 100644 --- a/unittests/Support/CMakeLists.txt +++ b/unittests/Support/CMakeLists.txt @@ -20,6 +20,7 @@ add_llvm_unittest(SupportTests LeakDetectorTest.cpp ManagedStatic.cpp MathExtrasTest.cpp + MD5Test.cpp MemoryBufferTest.cpp MemoryTest.cpp Path.cpp