[test-driver] update README.md format (#3430)

This commit is contained in:
Jonathan Hui
2019-01-04 08:42:03 -08:00
committed by GitHub
parent e2056e0927
commit 7554e344ce
2 changed files with 27 additions and 12 deletions
-12
View File
@@ -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.
+27
View File
@@ -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.