| commit | e4ff347b72eac564821263ba25adef961fbc4d1d | [log] [tgz] |
|---|---|---|
| author | Edward O'Callaghan <eocallaghan@auroraux.org> | Tue Oct 27 23:23:41 2009 +0000 |
| committer | Edward O'Callaghan <eocallaghan@auroraux.org> | Tue Oct 27 23:23:41 2009 +0000 |
| tree | f906d5d9684ccf4be14b8fb6d6749f4b2d77ad42 | |
| parent | b4b1e8c5085cf83a50242057775a33ae4323d402 [diff] [blame] |
Fix cmake test suit for compiler-rt. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85339 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/CMakeLists.txt b/CMakeLists.txt index fe0821a..4e6f565 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -50,5 +50,5 @@ ADD_SUBDIRECTORY( lib ) # Tests are being ignored for until the very basics are working. -#INCLUDE( MacroAddCheckTest ) +INCLUDE( MacroAddCheckTest ) ADD_SUBDIRECTORY( test )