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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 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 |