test-appliance,setup-buildchroot: add flex and libsqlite3 packages

The latest versions of util-linux now require flex and libsqlite3, so
add flex and libsqlite3-dev to the buildchroot and make sure
libsqlite3 shared libraries is installed into the test appliance.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
4 files changed
tree: 42098a6924c1a7457a6e8de93845d43d5a5b157e
  1. Documentation/
  2. fstests-bld/
  3. kernel-build/
  4. release/
  5. run-fstests/
  6. selftests/
  7. test-appliance/
  8. .checkpatch.conf
  9. .dockerignore
  10. .gitignore
  11. .travis.yml
  12. build-appliance
  13. config
  14. COPYING
  15. Dockerfile
  16. Makefile
  17. README.md
  18. setup-buildchroot
README.md

xfstests-bld

The xfstests-bld project was originally designed as system to make it easy to build xfstests in way that isolated it from the versions of various libraries such as libaio, xfsprogs, that were available in a particular distribution. It has since evolved to have four primary functions:

More details about how to use xfstests-bld to carry out these three functions can be found in the Documentation directory.

If you are first getting started using xfstests, you should probably read the Quickstart guide first. If you don't know much about xfstests, you may also want to read this introduction to xfstests.

License

The xfstests-bld project has been made available under the terms of the GNU General Public License, version 2. A copy can be found in the file named COPYING in the distribution.