https://github.com/genome/genome
Raw File
Tip revision: 67fa0b693e3ddbf21a82616ab4358213dd8a7e3c authored by Feiyu Du on 29 July 2016, 19:54:00 UTC
Merge pull request #1516 from dufeiyu/update_process
Tip revision: 67fa0b6
README.md
Running the genome-env tests require [BATS][] and can be run by:

    cd .../genome-env-tests
    bats *.bats

There is no test coverage for the `-m`, `-M`, or `-d` options.

[BATS]: https://github.com/sstephenson/bats
back to top