diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-03 06:20:43 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-03 06:20:43 +0800 |
commit | 5e2a6e9567a367466e98b644caab1056d1823835 (patch) | |
tree | 21ce0cfeaef1abe9b6e17c1febff0718de6c79bc /tests | |
parent | 2bd507d3bbacbbd0eaea5203bc496696a55f33e1 (diff) | |
download | gsoc2013-empathy-5e2a6e9567a367466e98b644caab1056d1823835.tar gsoc2013-empathy-5e2a6e9567a367466e98b644caab1056d1823835.tar.gz gsoc2013-empathy-5e2a6e9567a367466e98b644caab1056d1823835.tar.bz2 gsoc2013-empathy-5e2a6e9567a367466e98b644caab1056d1823835.tar.lz gsoc2013-empathy-5e2a6e9567a367466e98b644caab1056d1823835.tar.xz gsoc2013-empathy-5e2a6e9567a367466e98b644caab1056d1823835.tar.zst gsoc2013-empathy-5e2a6e9567a367466e98b644caab1056d1823835.zip |
Add xml files for unit tests to the release tarball
svn path=/trunk/; revision=691
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/xml/Makefile.am | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9eb54132f..49f270951 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = xml + CLEANFILES= include $(top_srcdir)/rules/check.mak diff --git a/tests/xml/Makefile.am b/tests/xml/Makefile.am new file mode 100644 index 000000000..eafe8de6c --- /dev/null +++ b/tests/xml/Makefile.am @@ -0,0 +1,3 @@ +EXTRA_DIST = \ + default-irc-networks-sample.xml \ + user-irc-networks-sample.xml |