summaryrefslogtreecommitdiff
path: root/lib/zephyr_tests.txt
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-04-14 00:11:01 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-04-14 00:11:01 +0000
commit57ce1838dd5f6c54ea340e08a8e62a16e0377689 (patch)
tree236817959066526ec0301d000cd0dd960c89b7f3 /lib/zephyr_tests.txt
parent62a81ca8f4d116da03c788ebc42b5aa9f4d7c893 (diff)
run the tests from make
Diffstat (limited to 'lib/zephyr_tests.txt')
-rw-r--r--lib/zephyr_tests.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/zephyr_tests.txt b/lib/zephyr_tests.txt
index ddc6598..939a8f2 100644
--- a/lib/zephyr_tests.txt
+++ b/lib/zephyr_tests.txt
@@ -4,7 +4,8 @@ Generic library setup that should be moved into zephyr_tests.py:
>>> import os
>>> import zephyr_tests
- >>> libzephyr_path = os.path.join("../../../build/", "lib/.libs/", "libzephyr.so.4.0.0")
+ >>> buildpath = zephyr_tests.find_buildpath()
+ >>> libzephyr_path = os.path.join(buildpath, ".libs", "libzephyr.so.4.0.0")
>>> _z = zephyr_tests.libZephyr(libzephyr_path)
ZInit() got run by libZephyr, internally. Make sure other things