diff --git a/third_party/openthread-test-driver/README.google b/third_party/openthread-test-driver/README.google deleted file mode 100644 index 37dbb1213..000000000 --- a/third_party/openthread-test-driver/README.google +++ /dev/null @@ -1,12 +0,0 @@ -URL: http://git.savannah.gnu.org/cgit/automake.git/tree/lib/test-driver -Version: 2016-01-11.22 -License: GPL v2 -License File: LICENSE - -Description: -Automake script that drives tests execution. - -Local Modifications: -Change the test-driver automake script to support -parallel test scripts execution, each one initiated -with a unique number. diff --git a/third_party/openthread-test-driver/README.md b/third_party/openthread-test-driver/README.md new file mode 100644 index 000000000..acffbab67 --- /dev/null +++ b/third_party/openthread-test-driver/README.md @@ -0,0 +1,27 @@ +# Automake test-driver + +## URL + +http://git.savannah.gnu.org/cgit/automake.git/tree/lib/test-driver + +## Version + +2016-01-11.22 + +## License + +GPLv2 + +## License File + +[LICENSE](https://www.gnu.org/licenses/) + +## Description + +Automake testsuite driver script. + +## Modifications + +Change the test-driver automake script to support +parallel test scripts execution, each one initiated +with a unique number.