summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-12-19 03:44:13 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-12-19 03:44:13 +0000
commit2ad4cf54ee097fe6bfdb2e6593bf3db1895951cd (patch)
tree5613e620a14d00bafea4ddb849715bd11c808e63 /unittests/Makefile
parent5b6af7163d0a76864bed610c4e884aeffa16b302 (diff)
No point in having a "#if 0"ed unittest.
It is also not clear what the value of the test was. The API is used from existing tools and can (and is) tested with lit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197654 91177308-0d34-0410-b5e6-96231b3b80d8
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 d80cab26212..bea39c52fbe 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -9,7 +9,7 @@
LEVEL = ..
-PARALLEL_DIRS = ADT Analysis ArchiveFileDescriptor Bitcode CodeGen DebugInfo \
+PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo \
ExecutionEngine IR MC Object Option Support Transforms
include $(LEVEL)/Makefile.common