diff --git a/.gitignore b/.gitignore index 93fec4f7..33405af8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Makefile.am b/Makefile.am index e83dbeee..5f16920f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/tools/py_runner.py b/tools/test-runner similarity index 100% rename from tools/py_runner.py rename to tools/test-runner