Revert Remove scudo standalone tests from check-all

This reverts r364877 (git commit dfae3705b7)

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

llvm-svn: 364878
This commit is contained in:
Reid Kleckner 2019-07-01 23:53:16 +00:00
parent dfae3705b7
commit adeab8d754
1 changed files with 0 additions and 2 deletions

View 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})