summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/scudo
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-07-01 23:53:16 +0000
committerReid Kleckner <rnk@google.com>2019-07-01 23:53:16 +0000
commitadeab8d7541becf306f15d02cb56ee1a76fc1b5c (patch)
treede4b2def4277b49f1f0007c6a56740cf26ecf966 /compiler-rt/lib/scudo
parentdfae3705b75e6b5e1e163c78ab2df705a3388d89 (diff)
downloadbcm5719-llvm-adeab8d7541becf306f15d02cb56ee1a76fc1b5c.tar.gz
bcm5719-llvm-adeab8d7541becf306f15d02cb56ee1a76fc1b5c.zip
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
Diffstat (limited to 'compiler-rt/lib/scudo')
-rw-r--r--compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt b/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
index 1274411a602..f0c259a907d 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})
OpenPOWER on IntegriCloud