Please create a directory called tests and put either a bash script there (e.g. run-all.sh), or a Makefile to test SLTev.
The testing should:
- rely only on SLTev repo, i.e.
sample-data for now (extended tests with elitr-testset should be added later)
- should test the calculation of MT-only, ASR-only and SLT (three runs of SLTev)
- should diff the outputs and expected outputs and exit with non-zero status if the results are not exactly the same
- ideally be so quick that you could include it in a pre-commit hook
Please create a directory called
testsand put either a bash script there (e.g.run-all.sh), or a Makefile to test SLTev.The testing should:
sample-datafor now (extended tests with elitr-testset should be added later)