Original patch by Talin.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 1 Jan 2009 02:24:48 +0000 (02:24 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 1 Jan 2009 02:24:48 +0000 (02:24 +0000)
commit8fb520eb4f06d4ef771abe9c22d85b2a275988ee
treec510dfdb8b8f11c23b494ebe0c283c8068ec9e40
parente5f9471bd25b82bbe1920b1afab75138870c3274
Original patch by Talin.

* Added the first LLVM unittest -- DenseMap.
* Updated mkpatch utility to include llvm/unittests dir
* Added top-level target "unittests" to run all unittests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61541 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile
unittests/ADT/DenseMapTest.cpp [new file with mode: 0644]
unittests/ADT/Makefile [new file with mode: 0644]
unittests/Makefile [new file with mode: 0644]
unittests/Makefile.unittest [new file with mode: 0644]
unittests/TestMain.cpp [new file with mode: 0644]
utils/mkpatch