diff options
author | Nikias Bassen | 2014-02-13 12:14:31 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-02-13 12:14:31 +0100 |
commit | 8867ee930606a2d9126b742b1c5ad7a8fa425190 (patch) | |
tree | cd68fba84007c810a184e48360ddb78a2f2ed389 /test/Makefile.am | |
parent | 497a5980d837e212f2444688dce72c6080762280 (diff) | |
download | libplist-8867ee930606a2d9126b742b1c5ad7a8fa425190.tar.gz libplist-8867ee930606a2d9126b742b1c5ad7a8fa425190.tar.bz2 |
fix make distcheck
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 837c1dd..d508380 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -23,3 +23,9 @@ TESTS = \ hugecmp.test \ bigarraycmp.test +EXTRA_DIST = $(TESTS) data/1.plist data/2.plist data/3.plist data/4.plist data/5.plist data/6.plist + +TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) + +clean-local: + rm -f $(top_builddir)/test/data/*.out |