commit | 49e7ca957ed666355c2b6ec6df838b752ee1cce9 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Tue Nov 14 13:24:57 2017 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Nov 16 08:26:25 2017 -0500 |
tree | b513537972321a3eda090c3b1c3fe4cd2479bfdc | |
parent | c7c7917da2f75d28bbdb7c24fa04b19de95ddb49 [diff] |
cmake: set IS_TEST in the samples that were including Makefile.test For an unknown reason, various samples in KBuild were including Makefile.test, this had some desired benefits, one of which is that the popular BOOT_BANNER appears. The CMake-equivalent of including Makefile.test is setting the flag IS_TEST. This commit reverts the behaviour of the samples back to how it was pre-cmake. Signed-off-by: Sebastian Boe <sebastian.boe@nordicsemi.no>