perl - How to run test in xt at once? -


is possible run tests in xt directory @ once command line?

the prove tool has many options can tweak. useful invocation prove -l -r xt, includes lib/ folder in @inc, recurses subdirectories, , starts in xt folder. run test in directory structure like

lib/   foo.pm xt/   000-start.t   001-sometests/     001-foo.t     002-bar.t 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -