]> git.sur5r.net Git - i3/i3/commitdiff
testcases/makefile: add modeline, add testsuite-* and latest to 'clean' target
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 10 Oct 2011 20:56:43 +0000 (21:56 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 10 Oct 2011 20:56:43 +0000 (21:56 +0100)
testcases/Makefile.PL

index da0c15707ce44b43e8cbdaa19273b2dae95dd87a..6008366762186b6906f596427947ba74ae0796c9 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/env perl
+# vim:ts=4:sw=4:expandtab
 use strict; use warnings;
 use ExtUtils::MakeMaker;
 
@@ -16,6 +17,9 @@ WriteMakefile(
     },
     # don't install any files from this directory
     PM => {},
+    clean => {
+        FILES => 'testsuite-* latest'
+    }
 );
 # and don't run the tests while installing
 sub MY::test { }