summaryrefslogtreecommitdiff
path: root/lib/zephyr_tests.txt
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-08-01 19:55:14 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-08-01 19:55:14 +0000
commite4ca408b86f1c4846f46cb5de7af89dcc67fcc78 (patch)
tree404d3e28923a3c305acad677a7a6ae913e0eb54a /lib/zephyr_tests.txt
parent58477d8b58231a3ffb594aeb19bb616378b0701f (diff)
Further refactor the library locater, and make the doctests use it
Diffstat (limited to 'lib/zephyr_tests.txt')
-rw-r--r--lib/zephyr_tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zephyr_tests.txt b/lib/zephyr_tests.txt
index 6b3e0c6..31a5da5 100644
--- a/lib/zephyr_tests.txt
+++ b/lib/zephyr_tests.txt
@@ -17,7 +17,7 @@ Generic library setup that should be moved into zephyr_tests.py:
>>> import os
>>> import zephyr_tests
>>> buildpath = zephyr_tests.find_buildpath()
- >>> libzephyr_path = os.path.join(buildpath, ".libs", "libzephyr.so.4.0.0")
+ >>> libzephyr_path = zephyr_tests.find_libzephyr()
>>> _z = zephyr_tests.libZephyr(libzephyr_path)
ZInit() got run by libZephyr, internally. Make sure other things