1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

DeepTest enables tests to run in parallel using multiple processes. Processes

may spawned locally to take advantage of multiple processors on a single
machine or distributed across many machines to take advantage of distributed
processing.

Sponsored by:   RideCharge Inc.
This commit is contained in:
Philip M. Gollucci 2009-04-08 19:40:13 +00:00
parent 02aceb5555
commit 1699380068
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231897
4 changed files with 30 additions and 0 deletions

View File

@ -2559,6 +2559,7 @@
SUBDIR += rubygem-columnize
SUBDIR += rubygem-crack
SUBDIR += rubygem-daemons
SUBDIR += rubygem-deeptest
SUBDIR += rubygem-ditz
SUBDIR += rubygem-eventmachine
SUBDIR += rubygem-extlib

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: rubygem-deeptest
# Date created: 7 April 2009
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= deep_test
PORTVERSION= 1.2.2
CATEGORIES= devel rubygems
MASTER_SITES= RF
MASTER_SITE_SUBDIR= deep-test
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Enable tests to run in parallel using multiple processes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/deep_test
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/deep_test-1.2.2.gem) = 5e229e40a57a57a081d251bb9394800c
SHA256 (rubygem/deep_test-1.2.2.gem) = 5ecda094ca032138e63b35f18e7734ad4f011f9dcc71b6636b23d2ca7963fdae
SIZE (rubygem/deep_test-1.2.2.gem) = 41984

View File

@ -0,0 +1,4 @@
DeepTest enables tests to run in parallel using multiple processes. Processes
may spawned locally to take advantage of multiple processors on a single
machine or distributed across many machines to take advantage of distributed
processing.