summaryrefslogtreecommitdiff
path: root/tests/unix/ffi_callback.py
AgeCommit message (Collapse)Author
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2015-01-10tests: Make ffi_callback.py be able to run on uclibc and macosx.Paul Sokolovsky
Similar to ffi_float.py.
2014-12-15tests: Add testcase for ffi callbacks.Paul Sokolovsky