diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-03-02 22:20:43 +0000 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-03-02 22:20:43 +0000 |
commit | 0e00df45a81d597b377012d91753509f172f0ff7 (patch) | |
tree | 21ce0cfeaef1abe9b6e17c1febff0718de6c79bc /tests | |
parent | 3a724e8c43e19aaa4dd3394dbe0cf19f99a728eb (diff) | |
download | empathy-0e00df45a81d597b377012d91753509f172f0ff7.tar.gz |
Add xml files for unit tests to the release tarball
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@691 4ee84921-47dd-4033-b63a-18d7a039a3e4
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 |