]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
test_common: add create_inbox helper sub
[public-inbox.git] / Makefile.PL
index 21d3d6eade017e7943b8e0dd318d2811cf2271af..8165e60108bbbc68686303c1aa367ae1110e1f51 100644 (file)
@@ -176,7 +176,8 @@ WriteMakefile(
        },
        MAN3PODS => \%man3,
        clean => {
-               FILES => 't/home*/setup* t/home*/t* t/home*/.public-inbox'
+               FILES => 't/home*/setup* t/home*/t* t/home*/.public-inbox '.
+                       't/data-gen/*'
        },
 );