tests: Add an option to build with code coverage
authorIlan Peer <ilan.peer@intel.com>
Sun, 26 Oct 2014 07:06:28 +0000 (03:06 -0400)
committerJouni Malinen <j@w1.fi>
Sun, 26 Oct 2014 17:18:34 +0000 (19:18 +0200)
commit102c2bf46185d334a046682d30d40f783856ac3e
tree9e19853c3cdc94d0592ec45442c2643cf7cfe3e8
parent159a17916f68f62f4ff4570b7eee8eeeb109f05a
tests: Add an option to build with code coverage

"./build.sh --codecov" can now be used to request CONFIG_CODE_COVERAGE=y
to be added to hostapd and wpa_supplicant .config files.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
tests/hwsim/build.sh