tests: distribute new file, CuSkip.pm
authorJim Meyering <meyering@redhat.com>
Fri, 29 Apr 2011 08:31:09 +0000 (10:31 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 29 Apr 2011 09:03:33 +0000 (11:03 +0200)
Without this, most perl-based tests would fail in "make distcheck".
* tests/Makefile.am (EXTRA_DIST): Add CuSkip.pm

tests/Makefile.am

index 1a80f84..52417bc 100644 (file)
@@ -7,6 +7,7 @@ ASSORT = LC_ALL=C sort
 
 EXTRA_DIST =           \
   Coreutils.pm         \
+  CuSkip.pm            \
   CuTmpdir.pm          \
   check.mk             \
   envvar-check         \