File: test-suite

package info (click to toggle)
biber 2.20-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,436 kB
  • sloc: perl: 17,354; sh: 1,084; xml: 896; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

TEST_FILES=$(find t -name \*\.t|grep -v remote-files.t|sort)
#echo ${TEST_FILES}

dh_auto_test -- test_files="${TEST_FILES}"