[llvm-commits] [compiler-rt] r85350 - in /compiler-rt/trunk: test/CMakeLists.txt www/index.html

Edward O'Callaghan eocallaghan at auroraux.org
Tue Oct 27 17:09:42 PDT 2009


Author: evocallaghan
Date: Tue Oct 27 19:09:30 2009
New Revision: 85350

URL: http://llvm.org/viewvc/llvm-project?rev=85350&view=rev
Log:
Update web docs for cmake test suit, comment out broken test.

Modified:
    compiler-rt/trunk/test/CMakeLists.txt
    compiler-rt/trunk/www/index.html

Modified: compiler-rt/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/CMakeLists.txt?rev=85350&r1=85349&r2=85350&view=diff

==============================================================================
--- compiler-rt/trunk/test/CMakeLists.txt (original)
+++ compiler-rt/trunk/test/CMakeLists.txt Tue Oct 27 19:09:30 2009
@@ -28,7 +28,7 @@
 MACRO_ADD_CHECK_TEST( negti2_test Unit/negti2_test.c ${TEST_TARGET_LIBRARIES} )
 # MACRO_ADD_CHECK_TEST( divsc3_test Unit/divsc3_test.c ${TEST_TARGET_LIBRARIES} )
 MACRO_ADD_CHECK_TEST( cmpti2_test Unit/cmpti2_test.c ${TEST_TARGET_LIBRARIES} )
-MACRO_ADD_CHECK_TEST( trampoline_setup_test Unit/trampoline_setup_test.c ${TEST_TARGET_LIBRARIES} )
+# MACRO_ADD_CHECK_TEST( trampoline_setup_test Unit/trampoline_setup_test.c ${TEST_TARGET_LIBRARIES} )
 MACRO_ADD_CHECK_TEST( mulvti3_test Unit/mulvti3_test.c ${TEST_TARGET_LIBRARIES} )
 MACRO_ADD_CHECK_TEST( fixunsxfdi_test Unit/fixunsxfdi_test.c ${TEST_TARGET_LIBRARIES} )
 MACRO_ADD_CHECK_TEST( fixunsxfti_test Unit/fixunsxfti_test.c ${TEST_TARGET_LIBRARIES} )

Modified: compiler-rt/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/www/index.html?rev=85350&r1=85349&r2=85350&view=diff

==============================================================================
--- compiler-rt/trunk/www/index.html (original)
+++ compiler-rt/trunk/www/index.html Tue Oct 27 19:09:30 2009
@@ -126,6 +126,9 @@
   <li>cd build</li>
   <li>cmake ../compiler-rt</li>
   <li>make</li>
+  <li>To run the Compiler-RT Test Suit (recommended):</li>
+  <li>ctest</li>
+  <li>To Install:</li>
   <li>make install</li>
   </ul>
   





More information about the llvm-commits mailing list