1#
2# These test files and directories are used for testing the windows and
3# Unix versions.
4# The symlinktest contains a forrest of symlinks and only works on Unix.
5# The zip file contains all of the files (including the tar of the symlinktest).
6# Note that dot_file_⦿.txt has a Unicode character in its name.
7#
8
9FILES = 1072-at.txt \
10	1072-plus.txt\
11	copying.txt \
12	deadbeef.txt \
13	unicode_circled_bullet_⦿.txt \
14	unicode_snowman_☃.txt \
15	foo.txt \
16	install.txt \
17	one-byte-file.txt\
18	zero-byte-file.txt\
19	dir_a/web2 \
20	dir_a/dir_b/web2a \
21	bsd-hashes.txt \
22	nsrlfile.txt
23
24EXTRA_DIST = symlinktest.tar.gz testfiles.zip
25
26symlinktest.tar.gz:
27	tar -c -f symlinktest.tar.gz -v -z --exclude "*.svn" symlinktest
28
29testfiles.zip: $(FILES)
30	zip testfiles.zip $(FILES)
31
32# You'll need to get the symlink files on your own
33