Skip to content

Commit

Permalink
Makefile: add compress/lzw, debug/dwarf, debug/plan9obj, and net to l…
Browse files Browse the repository at this point in the history
…ist of tests
  • Loading branch information
dkegel-fastly authored and aykevl committed Mar 2, 2022
1 parent a680bfb commit ecb7eeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ TEST_PACKAGES_SLOW = \
index/suffixarray \

TEST_PACKAGES_BASE = \
compress/lzw \
compress/zlib \
container/heap \
container/list \
Expand Down Expand Up @@ -249,6 +250,7 @@ TEST_PACKAGES_BASE = \
internal/profile \
math \
math/cmplx \
net \
net/http/internal/ascii \
net/mail \
os \
Expand All @@ -267,12 +269,15 @@ TEST_PACKAGES := \
$(TEST_PACKAGES_BASE)

# archive/zip requires ReadAt, which is not yet supported on windows
# debug/plan9obj requires os.ReadAt, which is not yet supported on windows
# io/fs requires os.ReadDir, which is not yet supported on windows or wasi
# testing/fstest requires os.ReadDir, which is not yet supported on windows or wasi
ifneq ($(OS),Windows_NT)
TEST_PACKAGES := \
$(TEST_PACKAGES) \
archive/zip \
debug/dwarf \
debug/plan9obj \
io/fs \
testing/fstest
endif
Expand Down

0 comments on commit ecb7eeb

Please sign in to comment.