diff options
author | 2016-04-18 13:41:27 +0300 | |
---|---|---|
committer | 2016-04-18 13:41:27 +0300 | |
commit | 7d454b28446aa8b1536c348f26585e86ca2ea80c (patch) | |
tree | 0394f2b7ea29ae8b5ff3f8e49344b8ab94a53042 /wscript | |
parent | 98af8f62936c774026174cd391402cf58b5f9214 (diff) |
add test folder
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ def release(bld): def publish(bld): ws_main.publish(bld) +def publish_test(bld): + ws_main.publish_test(bld) + def publish_ext(bld): ws_main.publish_ext(bld) |