dist/make-src-files: Include tests/ in the source distribution.
authorMatt Birkholz <puck@birchwood-abbey.net>
Fri, 29 Jan 2016 19:21:54 +0000 (12:21 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Wed, 3 Feb 2016 00:08:15 +0000 (17:08 -0700)
dist/make-src-files

index 20e182baef40ba5c4c8bfd6b5840dde1e0d2f519..8cfc4014fec3477279caf0e2b904881b3f963b29 100755 (executable)
@@ -34,7 +34,7 @@ make_read_only "${CHANGELOG}"
 notify "Creating the distribution directory"
 new_temp_dir "${DIST_DIR}"
 my_cp "${CHANGELOG}" "${DIST_DIR}"/.
-for FILE in src doc dist/Makefile; do
+for FILE in src tests doc dist/Makefile; do
     my_cp "${SOURCE_TREE}"/"${FILE}" "${DIST_DIR}"/.
 done
 my_mkdir "${DIST_DIR}"/etc