diff options
| author | ruki <[email protected]> | 2017-02-14 09:00:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-14 09:00:26 +0800 |
| commit | 5e23aa6f9344b21dee98ad3fad9182808d690485 (patch) | |
| tree | 2592b6b087dce76b6447d4de2a5a1446b6c98169 /tests | |
| parent | f7eaf51c4cad7d94989e130de2172df2cbc74193 (diff) | |
modify interface for compiling multiple source files
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tests b/tests/tests index b5f16fef7..0302826aa 100755 --- a/tests/tests +++ b/tests/tests @@ -49,7 +49,8 @@ build "./tests/static_library_c++" build "./tests/shared_library_c++" # build for go -build "./tests/console_go" +# build "./tests/console_go" +# build "./tests/static_library_go" # merge object build "./tests/merge_object" |
