]>
git.vpit.fr Git - perl/modules/VPIT-TestHelpers.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Vincent Pit [Wed, 11 Mar 2015 16:10:17 +0000 (13:10 -0300)]
Unlink the temporary file when we are done
Vincent Pit [Wed, 11 Mar 2015 14:37:53 +0000 (11:37 -0300)]
Always preserve $ENV{$Config{ldlibpthname}}
Vincent Pit [Wed, 11 Mar 2015 14:33:51 +0000 (11:33 -0300)]
Test run_perl() preserving ENV vars
Brian Fraser [Sat, 2 Aug 2014 15:42:24 +0000 (17:42 +0200)]
Save LD_LIBRARY_PATH for Android on t/51-threads-teardown.t
In Android, LD_LIBRARY_PATH must have the location of
libperl.so, otherwise perl will have a linking error
and simply won't work.
Vincent Pit [Mon, 1 Sep 2014 12:40:35 +0000 (14:40 +0200)]
Add run_perl()
Vincent Pit [Wed, 30 Jan 2013 15:59:33 +0000 (13:59 -0200)]
Add some tests
Vincent Pit [Wed, 30 Jan 2013 15:59:16 +0000 (13:59 -0200)]
Rename load_or_skip to load_or_skip_all, and implement the real load_or_skip
Vincent Pit [Wed, 30 Jan 2013 15:57:11 +0000 (13:57 -0200)]
Add some spacing
Vincent Pit [Fri, 7 Sep 2012 17:53:18 +0000 (19:53 +0200)]
Make sure $test_sub returns a code reference
Vincent Pit [Fri, 7 Sep 2012 11:50:34 +0000 (13:50 +0200)]
Make diag() and skip_all() use Test::Leaner if it is loaded
Vincent Pit [Fri, 7 Sep 2012 11:31:45 +0000 (13:31 +0200)]
Clean leftovers in %INC when the module could not be loaded
Vincent Pit [Fri, 7 Sep 2012 11:26:28 +0000 (13:26 +0200)]
Initial commit