From 914a7ea66b1b6ea4f90d9d2522718acd1a440675 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 10 Oct 2012 22:24:45 -0400 Subject: Include tests in opkbuild distribution archive. --- (limited to 'tests') diff --git a/tests/Makefile.in b/tests/Makefile.in index b699b10..18b8c26 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -26,6 +26,9 @@ SH = @sh@ TESTS = ob_match_arch ob_parse_dep ob_reduce_deps +distdir = ../$(package_name)-$(package_version)/tests +distfiles = Makefile.in common.sh + test: @all=0; failed=0; \ for test in $(TESTS); do \ @@ -52,3 +55,10 @@ test: done; \ printf '\n'; \ exit $${failed} + +$(distdir): + @mkdir -p '$(distdir)' + @cp -pR $(distfiles) '$(distdir)' + @for test in $(TESTS); do \ + cp -p "$${test}.sh" "$${test}.rc" '$(distdir)'; \ + done -- cgit v0.9.1