Revert Remove scudo standalone tests from check-all
authorReid Kleckner <rnk@google.com>
Mon, 1 Jul 2019 23:53:16 +0000 (23:53 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 1 Jul 2019 23:53:16 +0000 (23:53 +0000)
This reverts r364877 (git commit dfae3705b75e6b5e1e163c78ab2df705a3388d89)

This didn't solve my problem so I've reverted it.

llvm-svn: 364878

compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt

index 1274411..f0c259a 100644 (file)
@@ -76,8 +76,6 @@ set(SCUDO_UNIT_TEST_SOURCES
   vector_test.cc
   scudo_unit_test_main.cc)
 
-set(EXCLUDE_FROM_ALL ON)
-
 add_scudo_unittest(ScudoUnitTest
   SOURCES ${SCUDO_UNIT_TEST_SOURCES})