Packages the tests directory with 'make dist'

This commit is contained in:
Cole Robinson
2009-04-03 14:15:13 -04:00
parent 00d4c1fa13
commit 67adc74816
3 changed files with 9 additions and 4 deletions

4
tests/Makefile.am Normal file
View File

@@ -0,0 +1,4 @@
testsdir = $(pkgdatadir)/tests
tests_DATA = $(wildcard $(srcdir)/*.sh)
EXTRA_DIST = $(tests_DATA)