Test::Unit 2.x - Improved version of Test::Unit bundled in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit bundled in Ruby 1.8.x had not been improved but unbundled Test::Unit (Test::Unit 2.x) will be improved actively. == FEATURES * Test::Unit 1.2.3 is the original Test::Unit, taken straight from the ruby distribution. It is being distributed as a gem to allow tool builders to use it as a stand-alone package. (The test framework in ruby is going to radically change very soon). * Test::Unit 2.x will be improved actively and may break compatiblity with Test::Unit 1.2.3. (We will not hope it if it isn't needed.) * Some features exist as separated gems like GUI test runner. (Tk, GTK+ and Fox) test-unit-full gem package provides for installing all Test::Unit related gems easily.
15 lines
388 B
Makefile
15 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 01:34:20 taca Exp $
|
|
|
|
DISTNAME= test-unit-2.1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/test-unit/
|
|
COMMENT= Improved version of Test::Unit
|
|
LICENSE= ruby-license
|
|
|
|
pre-configure:
|
|
${MV} ${WRKSRC}/bin/testrb ${WRKSRC}/bin/testrb2
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|