aboutsummaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
Diffstat (limited to 'libgo')
-rw-r--r--libgo/Makefile.am6
-rw-r--r--libgo/Makefile.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am
index ca3de1d..4078687 100644
--- a/libgo/Makefile.am
+++ b/libgo/Makefile.am
@@ -2952,13 +2952,13 @@ TEST_PACKAGES = \
fmt/check \
gob/check \
html/check \
- http/check \
+ $(if $(GCCGO_RUN_ALL_TESTS),http/check) \
io/check \
json/check \
log/check \
math/check \
mime/check \
- net/check \
+ $(if $(GCCGO_RUN_ALL_TESTS),net/check) \
netchan/check \
os/check \
patch/check \
@@ -2974,7 +2974,7 @@ TEST_PACKAGES = \
strconv/check \
strings/check \
sync/check \
- syslog/check \
+ $(if $(GCCGO_RUN_ALL_TESTS),syslog/check) \
tabwriter/check \
template/check \
time/check \
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index edc40b4..46821ba 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -1818,13 +1818,13 @@ TEST_PACKAGES = \
fmt/check \
gob/check \
html/check \
- http/check \
+ $(if $(GCCGO_RUN_ALL_TESTS),http/check) \
io/check \
json/check \
log/check \
math/check \
mime/check \
- net/check \
+ $(if $(GCCGO_RUN_ALL_TESTS),net/check) \
netchan/check \
os/check \
patch/check \
@@ -1840,7 +1840,7 @@ TEST_PACKAGES = \
strconv/check \
strings/check \
sync/check \
- syslog/check \
+ $(if $(GCCGO_RUN_ALL_TESTS),syslog/check) \
tabwriter/check \
template/check \
time/check \