File: runner.sh

package info (click to toggle)
freebayes 1.3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,980 kB
  • sloc: cpp: 125,778; ansic: 4,581; sh: 1,084; python: 672; asm: 271; javascript: 94; lisp: 85; makefile: 37; perl: 27
file content (13 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh
#
# Run tests directly from the test directory without perl-tap/prove

# add meson builddir
PATH=../builddir:$PATH

bash ../test/t/00_region_and_target_handling.t
echo $?
exit
bash ../test/t/01_call_variants.t
bash ../test/t/02_multi_bam.t
bash ../test/t/03_reference_bases.t