BUGFIX: Fixed bug for installing test-apps for CMake. 39/3139/1
authorJoakim Soderberg <joakim.soderberg@gmail.com>
Fri, 22 Feb 2013 01:28:06 +0000 (09:28 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:38 +0000 (13:01 -0800)
commit7bd1f738af94af92d5ef400062997a85a51b7dd7
tree5cdbe1acce71d81cb96943ea6a9ff0b26932bd79
parent68a516cfb985ad0175c4d4329df172d0468eade9
BUGFIX: Fixed bug for installing test-apps for CMake.

Appending to the TEST_APP_LIST variable function did not work from within the create_test_app function (It would create a function scope variable with the same name and discard it). We instead need to use a macro for this.

The previous commit also removed the duplicate install for the test-apps (because we want all the install steps in one place in the file for clarity). That change made it obvious that the TEST_APP_LIST never gets populated.
CMakeLists.txt