summaryrefslogtreecommitdiff
path: root/lib/zephyr_tests.py
diff options
context:
space:
mode:
authorGravatar Mark W. Eichin <eichin@thok.org>2009-04-26 06:11:07 +0000
committerGravatar Mark W. Eichin <eichin@thok.org>2009-04-26 06:11:07 +0000
commit42795e737f9b8df92399309e29ded61b9b1a79d8 (patch)
tree39352a88c1d1880513e17b87c164dd303234a43c /lib/zephyr_tests.py
parent44d4fec1254b7448adf75e0e52cd5db1b6102f78 (diff)
draft packet tests - using pipe trick turns out not to work, though.
Diffstat (limited to 'lib/zephyr_tests.py')
-rwxr-xr-xlib/zephyr_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/zephyr_tests.py b/lib/zephyr_tests.py
index 5855238..e44652e 100755
--- a/lib/zephyr_tests.py
+++ b/lib/zephyr_tests.py
@@ -340,6 +340,8 @@ class libZephyr(object):
"ZMakeAscii",
"ZMakeZcode",
"ZGetDestAddr",
+ "ZSetFD",
+ "ZPending",
]
def __init__(self, library_path=None):
"""connect to the library and build the wrappers"""