commit | 56c0be57354a8b538068851dd0aaf8125c0f0ae1 | [log] [tgz] |
---|---|---|
author | Qiuhan Ding <dingqiuhan@gmail.com> | Wed Mar 11 17:21:26 2015 -0700 |
committer | Qiuhan Ding <dingqiuhan@gmail.com> | Thu Mar 12 12:43:18 2015 -0700 |
tree | 3d26c4bdbb4feaa24542ac594b186698e1739ddb | |
parent | 52f138341c3c6b51d4d8120d58a232ebbc2b2d25 [diff] [blame] |
test: add test script in jenkins Change-Id: I5c8292d3b7cba6feedda431c0ba617cc2fca460f
diff --git a/wscript b/wscript index d0337ba..ab4a0c8 100644 --- a/wscript +++ b/wscript
@@ -55,7 +55,7 @@ def build (bld): feature_list = 'qt4 cxx' if bld.env["WITH_TESTS"]: - feature_list += ' cxxshlib' + feature_list += ' cxxstlib' else: feature_list += ' cxxprogram'