1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
# ---------------- BLIS testsuite ---------------------------------------------
Test-Command: cd testsuite; sh ../debian/tests/blis-testsuite.sh blis-openmp
Restrictions: allow-stderr,
Depends: libblis-openmp-dev, build-essential,
Features: test-name=blis32-openmp-test
Test-Command: cd testsuite; sh ../debian/tests/blis-testsuite.sh blis-pthread
Restrictions: allow-stderr,
Depends: libblis-pthread-dev, build-essential,
Features: test-name=blis32-pthread-test
Test-Command: cd testsuite; sh ../debian/tests/blis-testsuite.sh blis-serial
Restrictions: allow-stderr,
Depends: libblis-serial-dev, build-essential,
Features: test-name=blis32-serial-test
Test-Command: cd testsuite; sh ../debian/tests/blis-testsuite.sh blis64-openmp
Restrictions: allow-stderr,
Depends: libblis64-openmp-dev, build-essential,
Features: test-name=blis64-openmp-test
Test-Command: cd testsuite; sh ../debian/tests/blis-testsuite.sh blis64-pthread
Restrictions: allow-stderr,
Depends: libblis64-pthread-dev, build-essential,
Features: test-name=blis64-pthread-test
Test-Command: cd testsuite; sh ../debian/tests/blis-testsuite.sh blis64-serial
Restrictions: allow-stderr,
Depends: libblis64-serial-dev, build-essential,
Features: test-name=blis64-serial-test
# ---------------- installation / maintainer script tests ---------------------
Test-Command: apt-get purge libblis-dev libblis-openmp-dev libblis-pthread-dev libblis-serial-dev -y
Restrictions: needs-root,
Depends: libblis-dev, libblis-openmp-dev, libblis-pthread-dev, libblis-serial-dev,
Features: test-name=blis32_maintscript
Test-Command: apt-get purge libblis64-dev libblis64-openmp-dev libblis64-pthread-dev libblis64-serial-dev -y
Restrictions: needs-root,
Depends: libblis64-dev, libblis64-openmp-dev, libblis64-pthread-dev, libblis64-serial-dev,
Features: test-name=blis64_maintscript
# This is borrowed from src:pytorch's autopkgtest
Test-Command: cd debian/tests ; python3 blas.py
Depends: python3-torch, libblis4
Restrictions: allow-stderr
Features: test-name=py_blas_blis
|