diff --git a/Makefile.PL b/Makefile.PL index 0d4434fb14..a5863a6bfc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -208,9 +208,9 @@ sub test { my $test = $self->SUPER::test(@_); $test .= <<'EOF'; -junit.xml: +%-junit.xml: prove --lib --timer --recurse --formatter TAP::Formatter::JUnit t \ - > junit.xml + > $@ EOF return $test;