Skip to content
Snippets Groups Projects
Commit ac6f0039 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

add CI-targeted test targets

parent 76071b61
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,10 @@ EXTRA_DIST = \
extract:
xgettext.pl -D lib -D templates --plugin 'perl=*'
test:
prove -I lib t
test-junit:
JUNIT_OUTPUT_FILE=out.xml \
prove -I lib --harness TAP::Harness::JUnit t
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment