Skip to content

Commit

Permalink
move pod test to xt/
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny committed Sep 20, 2020
1 parent 771a204 commit 398ffc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ README
lib/AI/MegaHAL.pm
libmegahal.c
megahal.h
t/pod.t
t/test.t
megahal.trn
5 changes: 5 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ WriteMakefile1(
TARFLAGS => '-c -C -f',
},
) : (),
(-d 'xt' and $ENV{AUTOMATED_TESTING} || $ENV{RELEASE_TESTING} || $ENV{TRAVIS}) ? (
test => {
TESTS => 't/*.t xt/*.t',
},
) : (),
);


Expand Down
File renamed without changes.

0 comments on commit 398ffc3

Please sign in to comment.