remove ALL_TEST_TARGETS debug

This commit is contained in:
Stephen Birarda 2016-01-04 16:03:40 -08:00
parent 7b920b6047
commit 8d0478dbef

View file

@ -19,8 +19,6 @@ add_custom_target("test-extensions"
list(APPEND ALL_TEST_TARGETS "test-extensions")
set_target_properties("test-extensions" PROPERTIES FOLDER "Tests")
message(STATUS "ALL_TEST_TARGETS = ${ALL_TEST_TARGETS}")
# Create the all-tests build target.
# The dependency list (ALL_TEST_TARGETS) is generated from setup_hifi_testcase invocations in the CMakeLists.txt
# files in the test subdirs. Note: since variables normally do *not* persist into parent scope, we use a hack: