File: control

package info (click to toggle)
python-arrayfire 3.3.20160624-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 764 kB
  • ctags: 826
  • sloc: python: 3,999; makefile: 205
file content (15 lines) | stat: -rw-r--r-- 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test-Command: cp -r ./tests $AUTOPKGTEST_TMP; cd $AUTOPKGTEST_TMP;
 python -m tests
Depends: python-arrayfire

Test-Command: cp -r ./tests $AUTOPKGTEST_TMP; cd $AUTOPKGTEST_TMP;
 python3 -m tests
Depends: python3-arrayfire

Test-Command: cp /usr/share/doc/python-arrayfire-doc/examples/getting_started/intro.py $AUTOPKGTEST_TMP;
 cd $AUTOPKGTEST_TMP;
 echo "=== python 2 ===";
 python ./intro.py;
 echo "=== python 3 ===";
 python3 ./intro.py;
Depends: @