From adeab8d7541becf306f15d02cb56ee1a76fc1b5c Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 1 Jul 2019 23:53:16 +0000 Subject: [PATCH] Revert Remove scudo standalone tests from check-all 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt b/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt index 1274411..f0c259a 100644 --- a/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt +++ b/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt @@ -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}) -- 2.7.4