]> git.vpit.fr Git - perl/modules/VPIT-TestHelpers.git/log
perl/modules/VPIT-TestHelpers.git
9 years agoFallback to $Config{perlpath} if $^X is not good enough
Vincent Pit [Mon, 23 Mar 2015 17:18:12 +0000 (14:18 -0300)]
Fallback to $Config{perlpath} if $^X is not good enough

9 years agoUse 'this perl is not thread safe' as the first skip reason
Vincent Pit [Thu, 19 Mar 2015 19:28:13 +0000 (16:28 -0300)]
Use 'this perl is not thread safe' as the first skip reason

9 years agoCroak if the threads feature is enabled after Test::More/Leaner was loaded
Vincent Pit [Thu, 19 Mar 2015 19:24:41 +0000 (16:24 -0300)]
Croak if the threads feature is enabled after Test::More/Leaner was loaded

9 years agoAdd threads feature
Vincent Pit [Thu, 19 Mar 2015 17:55:31 +0000 (14:55 -0300)]
Add threads feature

9 years agoAdd usleep feature
Vincent Pit [Thu, 19 Mar 2015 18:06:27 +0000 (15:06 -0300)]
Add usleep feature

9 years agoAdd optional features support
Vincent Pit [Thu, 19 Mar 2015 18:06:04 +0000 (15:06 -0300)]
Add optional features support

9 years agoFactor the exporting logic into a new export_to_pkg() helper
Vincent Pit [Thu, 19 Mar 2015 17:39:14 +0000 (14:39 -0300)]
Factor the exporting logic into a new export_to_pkg() helper

9 years agoUnlink the temporary file when we are done
Vincent Pit [Wed, 11 Mar 2015 16:10:17 +0000 (13:10 -0300)]
Unlink the temporary file when we are done

9 years agoAlways preserve $ENV{$Config{ldlibpthname}}
Vincent Pit [Wed, 11 Mar 2015 14:37:53 +0000 (11:37 -0300)]
Always preserve $ENV{$Config{ldlibpthname}}

9 years agoTest run_perl() preserving ENV vars
Vincent Pit [Wed, 11 Mar 2015 14:33:51 +0000 (11:33 -0300)]
Test run_perl() preserving ENV vars

9 years agoSave LD_LIBRARY_PATH for Android on t/51-threads-teardown.t
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.

9 years agoAdd run_perl()
Vincent Pit [Mon, 1 Sep 2014 12:40:35 +0000 (14:40 +0200)]
Add run_perl()

11 years agoAdd some tests
Vincent Pit [Wed, 30 Jan 2013 15:59:33 +0000 (13:59 -0200)]
Add some tests

11 years agoRename load_or_skip to load_or_skip_all, and implement the real load_or_skip
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

11 years agoAdd some spacing
Vincent Pit [Wed, 30 Jan 2013 15:57:11 +0000 (13:57 -0200)]
Add some spacing

11 years agoMake sure $test_sub returns a code reference
Vincent Pit [Fri, 7 Sep 2012 17:53:18 +0000 (19:53 +0200)]
Make sure $test_sub returns a code reference

11 years agoMake diag() and skip_all() use Test::Leaner if it is loaded
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

11 years agoClean leftovers in %INC when the module could not be 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

11 years agoInitial commit
Vincent Pit [Fri, 7 Sep 2012 11:26:28 +0000 (13:26 +0200)]
Initial commit