This commit is contained in:
Seiji Emery 2015-06-26 14:16:12 -07:00
parent 5d5b4dd2f4
commit 3bddfc58e9

View file

@ -19,6 +19,8 @@ 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. Since variables normally do *not* persist into parent scope, we use a hack: