Sha256: 3923e931a085972eb03ec2a71a927ca4fe8cbc5265e634005e63b2d69b06e9c7
Contents?: true
Size: 1.73 KB
Versions: 6
Compression:
Stored size: 1.73 KB
Contents
development dependencies ------------------------ * minitest RubyGem (version 4 or 5, standard in Ruby 2.0+) * curl - http://curl.haxx.se/ - we don't trust our own Ruby abilities :> * dd(1) - standard POSIX tool - to feed curl * ab - http://httpd.apache.org/ - for concurrent testing * GNU make - https://www.gnu.org/software/make/ * git - http://www.git-scm.com/ * ruby - http://www.ruby-lang.org/en/ git clone git://yhbt.net/yahns tests ----- * make test - run each test in a separate process (parallelize using -j) * make test-mt - run tests-multithreaded in one process * make coverage - "make test" with coverage output * make coverage-mt - "make test-mt" with coverage output * ruby test/covshow.rb - show coverage output from previous test run For non-GNU users, GNU make may be installed as "gmake". test environment ---------------- N - specify the number of threads for *-mt targets (minitest parallelize_me!) RUBY - specify an alternative ruby(1) runtime V - set to 1 for verbose test output (may be mangled if multithreaded) documentation ------------- We use pod2man(1) distributed with Perl 5 for generating manpages. installing from git ------------------- * make install-gem contact ------- We use git(7) and develop yahns on a public mailing list like git developers do. Please send patches via git-send-email(1) to the public mailing list at <yahns-public@yhbt.net>. Pull requests should be formatted using git-request-pull(1). Mailing list archives: http://yhbt.net/yahns-public/ No subscription is necessary to post to the mailing list. Please remember to Cc: all recipients as subscription is optional. Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net> License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
yahns-1.13.0 | HACKING |
yahns-1.12.5 | HACKING |
yahns-1.12.4 | HACKING |
yahns-1.12.3 | HACKING |
yahns-1.12.2 | HACKING |
yahns-1.12.1 | HACKING |