diff options
author | Roger Leigh <rleigh@debian.org> | 2006-01-28 16:21:49 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-01-28 16:21:49 +0000 |
commit | b41f79e2ef1c4b1fd63d4bfbecaff5db02ca7f5e (patch) | |
tree | 864b9427c51d94d3cd5f46779ade29eebe5c844c /test | |
parent | b28100759385367ee62f1713068b636b51d10d32 (diff) | |
download | schroot-b41f79e2ef1c4b1fd63d4bfbecaff5db02ca7f5e.tar.gz |
* schroot/sbuild-chroot.h: setup_session_info is protected and
virtual.
* test/Makefile.am: Distribute test data.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 3ffeb688..3d079de8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -77,4 +77,12 @@ sbuild_parse_value_LDADD = libtest.la sbuild_util_SOURCES = sbuild-util.cc sbuild_util_LDADD = libtest.la -EXTRA_DIST = keyfile.ex1
\ No newline at end of file +EXTRA_DIST = \ + keyfile.ex1 \ + config.ex1 \ + config.ex2/config \ + config.ex2/empty \ + config.ex2/experimental \ + config.ex2/sarge \ + config.ex2/sid \ + config.ex2/woody |