tests: Build tests for wpa_supplicant and hostapd
Allow multiple build configurations to be tested automatically. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
52e78198b7
commit
4fb6963b39
12 changed files with 364 additions and 0 deletions
8
tests/build/build-wpa_supplicant-p2p.config
Normal file
8
tests/build/build-wpa_supplicant-p2p.config
Normal file
|
@ -0,0 +1,8 @@
|
|||
CONFIG_DRIVER_NL80211=y
|
||||
CONFIG_CTRL_IFACE=y
|
||||
CONFIG_WPS=y
|
||||
CONFIG_P2P=y
|
||||
CONFIG_WPS2=y
|
||||
CONFIG_AP=y
|
||||
CFLAGS += -Werror
|
||||
CONFIG_LIBNL32=y
|
Loading…
Add table
Add a link
Reference in a new issue