tests: Use squashfs for static data where possible.
authorRichard Jones <rjones@trick.home.annexia.org>
Wed, 29 Jul 2009 17:46:55 +0000 (18:46 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Wed, 29 Jul 2009 19:42:20 +0000 (20:42 +0100)
commit7c4f90ddb8378dcf90cb0cc219105dccaa8a9d6e
tree8469a708d692fc86025b44f3464fa4b135e79417
parentbf2b08560f649c22152e4138531ad0b46b4ad1b3
tests: Use squashfs for static data where possible.

Instead of creating a new InitBasicFS for just about every test,
where a test doesn't need to write to the filesystem it is far
faster to use prepared data on an InitSquashFS instead.

This commit changes as many tests as possible to make this so,
making the tests much faster.
images/Makefile.am
src/generator.ml