in reply to Re: Running tests on modules generated by Module::Starter still in /lib directory
in thread Running tests on modules generated by Module::Starter still in /lib directory
I am running the tests using a nifty keystroke shortcut ;t from within VIM when editing MyModule/lib/MyModule.pm. The shortcut triggers a VIM script which automatically runs the tests found at MyModule/*.t.
So if I follow you correctly, are you saying I should run make install before I run every test? Is that something I should automate as part of the VIM script. Please bear with me, I never got the whole Makefile thing (did I tell you I was lame?)
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Running tests on modules generated by Module::Starter still in /lib directory
by haukex (Archbishop) on Feb 12, 2017 at 18:40 UTC | |
by nysus (Parson) on Feb 12, 2017 at 18:54 UTC | |
by choroba (Cardinal) on Feb 12, 2017 at 18:59 UTC | |
by nysus (Parson) on Feb 12, 2017 at 19:18 UTC | |
|
Re^3: Running tests on modules generated by Module::Starter still in /lib directory
by stevieb (Canon) on Feb 12, 2017 at 18:40 UTC | |
by nysus (Parson) on Feb 12, 2017 at 18:52 UTC |