modprobe: Add tests for reading module index files
commit16e7188712efca2ce16b568e2523c0a08991860e
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Mon, 13 Oct 2008 07:43:23 +0000 (13 03:43 -0400)
committerJon Masters <jcm@jonmasters.org>
Mon, 13 Oct 2008 07:43:23 +0000 (13 03:43 -0400)
tree83a11e7f37d43877aad66d42d3cd4ef4ebd232b1
parent0cdc8713d16b9d992245655e2ef564bc7bae82b9
modprobe: Add tests for reading module index files

Take a few relevant tests for modprobe and rewrite them to use index files.
A new program (modindex) is added to create index files for this purpose.

Signed-off-by: Jon Masters <jcm@jonmasters.org>
.gitignore
Makefile.am
modindex.c [new file with mode: 0644]
tests/test-modprobe-indexed/02simple.sh [new file with mode: 0644]
tests/test-modprobe-indexed/03deps.sh [new file with mode: 0644]
tests/test-modprobe-indexed/03underscores.sh [new file with mode: 0644]
tests/test-modprobe-indexed/10alias.sh [new file with mode: 0644]
tests/test-modprobe-indexed/16showdepends.sh [new file with mode: 0644]