From: Thomas Heller Date: Wed, 8 Mar 2006 20:38:11 +0000 (+0000) Subject: Trivial test for ctypes, more to come X-Git-Tag: v2.5a0~315 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=200af39722b36b9c8899e21aab54ae30cf0a878b;p=thirdparty%2FPython%2Fcpython.git Trivial test for ctypes, more to come --- diff --git a/Lib/test/test_ctypes.py b/Lib/test/test_ctypes.py new file mode 100644 index 000000000000..8a931d97a12a --- /dev/null +++ b/Lib/test/test_ctypes.py @@ -0,0 +1,4 @@ +# trivial test + +import _ctypes +import ctypes