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: @
