diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-03-28 14:01:41 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-03-28 14:01:41 -0700 |
commit | 7a75d5e493c11078b4047b8886e26674222ab810 (patch) | |
tree | 22db4825a97f464a30ed0d5b6624b5debf0ed6cc /bootstrap-configure | |
parent | af6de21147d970e9d34fd1e4176bee96e7b1c6b4 (diff) | |
download | connman-7a75d5e493c11078b4047b8886e26674222ab810.tar.gz connman-7a75d5e493c11078b4047b8886e26674222ab810.tar.bz2 connman-7a75d5e493c11078b4047b8886e26674222ab810.zip |
Add skeleton for testing tools directory
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index 265d8815..ac7d8bd1 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -33,4 +33,5 @@ fi --enable-iospm \ --enable-iwmxsdk \ --enable-polkit \ - --enable-client $* + --enable-client \ + --enable-tools $* |