Skip to content

Commit ecb7eeb

Browse files
dkegel-fastlyaykevl
authored andcommitted
Makefile: add compress/lzw, debug/dwarf, debug/plan9obj, and net to list of tests
1 parent a680bfb commit ecb7eeb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ TEST_PACKAGES_SLOW = \
221221
index/suffixarray \
222222

223223
TEST_PACKAGES_BASE = \
224+
compress/lzw \
224225
compress/zlib \
225226
container/heap \
226227
container/list \
@@ -249,6 +250,7 @@ TEST_PACKAGES_BASE = \
249250
internal/profile \
250251
math \
251252
math/cmplx \
253+
net \
252254
net/http/internal/ascii \
253255
net/mail \
254256
os \
@@ -267,12 +269,15 @@ TEST_PACKAGES := \
267269
$(TEST_PACKAGES_BASE)
268270

269271
# archive/zip requires ReadAt, which is not yet supported on windows
272+
# debug/plan9obj requires os.ReadAt, which is not yet supported on windows
270273
# io/fs requires os.ReadDir, which is not yet supported on windows or wasi
271274
# testing/fstest requires os.ReadDir, which is not yet supported on windows or wasi
272275
ifneq ($(OS),Windows_NT)
273276
TEST_PACKAGES := \
274277
$(TEST_PACKAGES) \
275278
archive/zip \
279+
debug/dwarf \
280+
debug/plan9obj \
276281
io/fs \
277282
testing/fstest
278283
endif

0 commit comments

Comments
 (0)