swig/Examples/test-suite/python/operbool_runme.py

5 lines
100 B
Python

#!/usr/bin/env python
import operbool
if operbool.Test():
raise RuntimeError("operbool failed")