summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-14 09:00:26 +0800
committerruki <[email protected]>2017-02-14 09:00:26 +0800
commit5e23aa6f9344b21dee98ad3fad9182808d690485 (patch)
tree2592b6b087dce76b6447d4de2a5a1446b6c98169 /tests
parentf7eaf51c4cad7d94989e130de2172df2cbc74193 (diff)
modify interface for compiling multiple source files
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests3
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"