summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2006-03-08 20:38:11 (GMT)
committerThomas Heller <theller@ctypes.org>2006-03-08 20:38:11 (GMT)
commit200af39722b36b9c8899e21aab54ae30cf0a878b (patch)
tree094436d0a48214d6c0c4d3704a32b1c11137719a /Lib/test
parentbabddfca758abe34ff12023f63b18d745fae7ca9 (diff)
downloadcpython-200af39722b36b9c8899e21aab54ae30cf0a878b.zip
cpython-200af39722b36b9c8899e21aab54ae30cf0a878b.tar.gz
cpython-200af39722b36b9c8899e21aab54ae30cf0a878b.tar.bz2
Trivial test for ctypes, more to come
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_ctypes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/test_ctypes.py b/Lib/test/test_ctypes.py
new file mode 100644
index 0000000..8a931d9
--- /dev/null
+++ b/Lib/test/test_ctypes.py
@@ -0,0 +1,4 @@
+# trivial test
+
+import _ctypes
+import ctypes