diff options
| author | Reid Kleckner <rnk@google.com> | 2019-07-01 23:53:16 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2019-07-01 23:53:16 +0000 |
| commit | adeab8d7541becf306f15d02cb56ee1a76fc1b5c (patch) | |
| tree | de4b2def4277b49f1f0007c6a56740cf26ecf966 /compiler-rt | |
| parent | dfae3705b75e6b5e1e163c78ab2df705a3388d89 (diff) | |
| download | bcm5719-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')
| -rw-r--r-- | compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt | 2 |
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}) |

