]> git.ipfire.org Git - thirdparty/automake.git/commit
test-driver.scm: Inline 'main' procedure
authorMathieu Lirzin <mthl@gnu.org>
Sat, 24 Mar 2018 19:54:24 +0000 (20:54 +0100)
committerMathieu Lirzin <mthl@gnu.org>
Sat, 24 Mar 2018 20:04:03 +0000 (21:04 +0100)
commit599b2c78cb93def13a2ba6731b089d84b32ce352
tree4f4743fbfec08b52849c49ba99eb2cd4c93eb25d
parent24406e81532e4212ff825a23f30aa89708fd3704
test-driver.scm: Inline 'main' procedure

Having a main procedure involves passing the '-e main' command-line
argument to 'guile' which makes the test driver a bit less easy to use.

* contrib/test-driver.scm (main): Delete.  Move body to the top-level.
contrib/test-driver.scm