From 7554e344ce7d4d8b5c6dd0c257c0d6bac1748353 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Fri, 4 Jan 2019 08:42:03 -0800 Subject: [PATCH] [test-driver] update README.md format (#3430) --- .../openthread-test-driver/README.google | 12 --------- third_party/openthread-test-driver/README.md | 27 +++++++++++++++++++ 2 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 third_party/openthread-test-driver/README.google create mode 100644 third_party/openthread-test-driver/README.md 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.