summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-05-25 14:03:24 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-05-25 16:38:54 +0100
commit8e8a5764293d1b6bc3dbfb9409722e4c13384aec (patch)
tree314d3cdedfbdce174ecb7ef861e3cfb91616e9ba /Makefile.am
parent6445bc5952efd47fb1aa0880d9038040551d72ed (diff)
downloadlibguestfs-8e8a5764293d1b6bc3dbfb9409722e4c13384aec.tar.gz
libguestfs-8e8a5764293d1b6bc3dbfb9409722e4c13384aec.tar.xz
libguestfs-8e8a5764293d1b6bc3dbfb9409722e4c13384aec.zip
tests: Add a test of non-ASCII character fidelity on various filesystem types (RHBZ#823887).
Thanks Laszlo Ersek.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0ddf13f1..87d2d422 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,7 @@ SUBDIRS += tests/luks
SUBDIRS += tests/md
SUBDIRS += tests/ntfsclone
SUBDIRS += tests/btrfs
+SUBDIRS += tests/charsets
SUBDIRS += tests/xml
SUBDIRS += tests/regressions
endif