File: upstreamtests

package info (click to toggle)
libgpuarray 0.7.6-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,176 kB
  • sloc: ansic: 19,235; python: 4,591; makefile: 208; javascript: 71; sh: 15
file content (7 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -e
cd "$AUTOPKGTEST_TMP"
for py in `py3versions -s 2>/dev/null` ; do 
    echo "Testing with $py:"
    DEVICE=opencl0:0 $py -m pytest -v --pyargs pygpu.tests
done