Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/tap-harness-remote
https://github.com/bestpractical/tap-harness-remote
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/tap-harness-remote
- Owner: bestpractical
- Created: 2009-06-03T16:40:56.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-15T21:13:58.000Z (almost 15 years ago)
- Last Synced: 2023-04-13T18:31:30.037Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/tap-harness-remote
- Size: 120 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
TAP-Harness-Remote version 0.01
Sometimes you want to run tests on a remote testing machine, rather
than your local development box. C allows you
so reproduce entire directory trees on a remote server via C,
and spawn the tests remotely. It also supports round-robin
distribution of tests across multiple remote testing machines.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installAlternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build installDEPENDENCIES
A recent enough TAP::Harness build; 3.03 or later should suffice.
Working copies of OpenSSH and rsync.COPYRIGHT AND LICENCE
Copyright (c) 2007-2008, Best Practical Solutions, LLC. All rights
reserved.This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L.