test-canonicalize-lgpl: consolidate into single C program
authorEric Blake <ebb9@byu.net>
Fri, 11 Sep 2009 14:59:54 +0000 (08:59 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 18 Sep 2009 01:16:19 +0000 (19:16 -0600)
commit59a85b3ebaf70211eb568441a9d2c33619c97ae6
tree6bedf93298505211e164c43ffd8fad60246b624c
parentb472b51e158594a679f8e49eea49cf14d1c3be9a
test-canonicalize-lgpl: consolidate into single C program

Testing canonicalize bugs is easier if the setup can be run under
control of the debugger, rather than in a driver script.  As a
bonus side effect, parallel testing with test-canonicalize no
longer competes for the file name "./ise".

* tests/test-canonicalize-lgpl.sh: Delete; move setup into...
* tests/test-canonicalize-lgpl.c (main): ...the program, making it
easier to run in debugger.  Add some tests.
* modules/canonicalize-lgpl-tests (Files): Remove unused file.
(configure.ac, Makefile.am): Simplify.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
modules/canonicalize-lgpl-tests
tests/test-canonicalize-lgpl.c
tests/test-canonicalize-lgpl.sh [deleted file]