Codebase list roary / 08c4c13
Merge pull request #430 from ssjunnebo/574328_readme Include tests in README Sara Sjunnebo authored 5 years ago GitHub committed 5 years ago
1 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2525 * [Docker \- OSX/Linux/Windows/Cloud](#docker---osxlinuxwindowscloud)
2626 * [Installing from source (advanced Linux users only)](#installing-from-source-advanced-linux-users-only)
2727 * [Ancient systems and versions of perl](#ancient-systems-and-versions-of-perl)
28 * [Running the tests](#running-the-tests)
2829 * [Versions of software we test against](#versions-of-software-we-test-against)
2930 * [Usage](#usage)
3031 * [License](#license)
139140
140141 ### Ancient systems and versions of perl
141142 The code will not work with perl 5.8 or below (pre-modern perl). We no longer test against 5.10 (released 2007) or 5.12 (released 2010). If you're running a very old verison of Linux, you're also in trouble.
143
144 ### Running the tests
145 The test can be run with dzil from the top level directory:
146
147 ```
148 dzil test
149 ```
142150
143151 ### Versions of software we test against
144152 * Perl 5.14, 5.26