File: abi

package info (click to toggle)
python-aalib 0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: python: 334; ansic: 38; makefile: 28; sh: 12
file content (10 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -eu

cp test/* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP

for python in $(py3versions -s); do
	make abi-test PYTHON=$python
done