From: Thomas Heller <theller@ctypes.org> 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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=200af39722b36b9c8899e21aab54ae30cf0a878b;p=python 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 0000000000..8a931d97a1 --- /dev/null +++ b/Lib/test/test_ctypes.py @@ -0,0 +1,4 @@ +# trivial test + +import _ctypes +import ctypes