]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Build tests for wpa_supplicant and hostapd
authorJouni Malinen <j@w1.fi>
Mon, 31 Dec 2018 08:50:22 +0000 (10:50 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 31 Dec 2018 10:03:53 +0000 (12:03 +0200)
commit4fb6963b3952811e6cd063df5a0114c9e0cdf2b3
treef56c598786d6b1cad4da495ffbcb07500642f7ac
parent52e78198b71db92d5c97e7a23c22de39171523a2
tests: Build tests for wpa_supplicant and hostapd

Allow multiple build configurations to be tested automatically.

Signed-off-by: Jouni Malinen <j@w1.fi>
12 files changed:
tests/build/build-hostapd-empty.config [new file with mode: 0644]
tests/build/build-hostapd-internal.config [new file with mode: 0644]
tests/build/build-hostapd-minimal.config [new file with mode: 0644]
tests/build/build-hostapd.sh [new file with mode: 0755]
tests/build/build-wpa_supplicant-basic.config [new file with mode: 0644]
tests/build/build-wpa_supplicant-dbus_without_ap.config [new file with mode: 0644]
tests/build/build-wpa_supplicant-empty.config [new file with mode: 0644]
tests/build/build-wpa_supplicant-gnutls.config [new file with mode: 0644]
tests/build/build-wpa_supplicant-internal.config [new file with mode: 0644]
tests/build/build-wpa_supplicant-p2p.config [new file with mode: 0644]
tests/build/build-wpa_supplicant.sh [new file with mode: 0755]
tests/build/run-build-tests.sh [new file with mode: 0755]