mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
tools: post test-runner rewrite cleanup
Removed test-runner.c, and renamed py_runner to test-runner. Removed tools/test-runner from .gitignore. This was done as a separate commit to avoid a nasty diff between the existing test runner, and the new python version
This commit is contained in:
parent
9bb5ecf27a
commit
17955fcf5a
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,7 +33,6 @@ wired/ead.8
|
||||
wired/ead.service
|
||||
tools/hwsim
|
||||
tools/hwsim.1
|
||||
tools/test-runner
|
||||
tools/probe-req
|
||||
unit/test-cmac-aes
|
||||
unit/test-arc4
|
||||
|
@ -366,13 +366,6 @@ man_MANS += tools/hwsim.1
|
||||
endif
|
||||
endif
|
||||
|
||||
if TOOLS
|
||||
noinst_PROGRAMS += tools/test-runner
|
||||
|
||||
tools_test_runner_SOURCES = tools/test-runner.c
|
||||
tools_test_runner_LDADD = $(ell_ldadd)
|
||||
endif
|
||||
|
||||
unit_tests = unit/test-cmac-aes \
|
||||
unit/test-hmac-md5 unit/test-hmac-sha1 unit/test-hmac-sha256 \
|
||||
unit/test-prf-sha1 unit/test-kdf-sha256 \
|
||||
|
Loading…
Reference in New Issue
Block a user