diff --git a/port-test.py b/port-test.py new file mode 100644 index 0000000..470f095 --- /dev/null +++ b/port-test.py @@ -0,0 +1,3 @@ +import metacall + +print("works") diff --git a/test.sh b/test.sh index a3427da..7f32fa6 100755 --- a/test.sh +++ b/test.sh @@ -2,3 +2,6 @@ set -euxo pipefail brew test ./metacall.rb + +echo "Testing Python port..." +metacall port-test.py | grep "works"