]> git.ozlabs.org Git - petitboot/commit - test/parser/data/kboot-06/etc/kboot.conf
Parser test cleanup
authorGeoff Levand <geoff@infradead.org>
Mon, 19 Mar 2012 05:19:49 +0000 (22:19 -0700)
committerGeoff Levand <geoff@infradead.org>
Mon, 19 Mar 2012 05:19:49 +0000 (22:19 -0700)
commit8bd85461621fb0ff18059305a6c1aecdbc18016c
treeef74fc1a811fc1c14797b0a2ab0735d37475e0dd
parentd40cc2cc3f7c78a766c7ab26aa0cb73ae17534c0
Parser test cleanup

Major cleanup of parser tests.

 * Change test data directory layout to ease test automation.
 * Remove some unneeded files.
 * Re-write test wraper script, rename to run-parser-tests.
 * Rework for autotools.

Signed-off-by: Geoff Levand <geoff@infradead.org>
48 files changed:
configure.ac.in
test/Makefile.am
test/parser-test.c [deleted file]
test/parser-test.sh [deleted file]
test/parser/001/expected-output [deleted file]
test/parser/001/ps3da1/etc/kboot.conf [deleted file]
test/parser/002/expected-output [deleted file]
test/parser/002/ps3da1/etc/yaboot.conf [deleted file]
test/parser/003/expected-output [deleted file]
test/parser/003/ps3da1/etc/kboot.conf [deleted file]
test/parser/004/expected-output [deleted file]
test/parser/004/rootdev [deleted file]
test/parser/004/sda1/etc/kboot.conf [deleted file]
test/parser/005/expected-output [deleted file]
test/parser/005/ps3da1/etc/kboot.conf [deleted file]
test/parser/101/expected-output [deleted file]
test/parser/101/ps3da1/etc/kboot.conf [deleted file]
test/parser/102/expected-output [deleted file]
test/parser/102/ps3da1/etc/kboot.conf [deleted file]
test/parser/103/ps3da1/etc/kboot.conf [deleted file]
test/parser/201/ps3da1/etc/yaboot.conf [deleted file]
test/parser/202/ps3da1/etc/yaboot.conf [deleted file]
test/parser/203/ps3da1/etc/yaboot.conf [deleted file]
test/parser/204/ps3da1/etc/yaboot.conf [deleted file]
test/parser/205/ps3da1/etc/yaboot.conf [deleted file]
test/parser/Makefile.am [new file with mode: 0644]
test/parser/data/kboot-01/etc/kboot.conf [new file with mode: 0644]
test/parser/data/kboot-01/expected-output [new file with mode: 0644]
test/parser/data/kboot-02/etc/kboot.conf [new file with mode: 0644]
test/parser/data/kboot-02/expected-output [new file with mode: 0644]
test/parser/data/kboot-03/etc/kboot.conf [new file with mode: 0644]
test/parser/data/kboot-03/expected-output [new file with mode: 0644]
test/parser/data/kboot-04/etc/kboot.conf [new file with mode: 0644]
test/parser/data/kboot-04/expected-output [new file with mode: 0644]
test/parser/data/kboot-05/etc/kboot.conf [new file with mode: 0644]
test/parser/data/kboot-05/expected-output [new file with mode: 0644]
test/parser/data/kboot-06/etc/kboot.conf [new file with mode: 0644]
test/parser/data/kboot-06/expected-output [new file with mode: 0644]
test/parser/data/kboot-07/etc/kboot.conf [new file with mode: 0644]
test/parser/data/yaboot-01/etc/yaboot.conf [new file with mode: 0644]
test/parser/data/yaboot-01/expected-output [new file with mode: 0644]
test/parser/data/yaboot-02/etc/yaboot.conf [new file with mode: 0644]
test/parser/data/yaboot-03/etc/yaboot.conf [new file with mode: 0644]
test/parser/data/yaboot-04/etc/yaboot.conf [new file with mode: 0644]
test/parser/data/yaboot-05/etc/yaboot.conf [new file with mode: 0644]
test/parser/data/yaboot-06/etc/yaboot.conf [new file with mode: 0644]
test/parser/parser-test.c [new file with mode: 0644]
test/parser/run-parser-tests.in [new file with mode: 0755]