Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
9449e3b0
Commit
9449e3b0
authored
Aug 31, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
list untested packages instead of tested
R=r DELTA=68 (12 added, 55 deleted, 1 changed) OCL=34095 CL=34102
parent
6e8524be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
51 deletions
+13
-51
Makefile
src/pkg/Makefile
+13
-51
No files found.
src/pkg/Makefile
View file @
9449e3b0
...
...
@@ -74,58 +74,20 @@ DIRS=\
unicode
\
utf8
\
NOTEST
=
\
go/ast
\
go/doc
\
go/token
\
hash
\
image
\
malloc
\
rand
\
runtime
\
syscall
\
testing/iotest
\
TEST
=
\
archive/tar
\
base64
\
big
\
bignum
\
bufio
\
bytes
\
compress/flate
\
compress/gzip
\
compress/zlib
\
container/list
\
container/ring
\
container/vector
\
crypto/aes
\
crypto/block
\
crypto/hmac
\
crypto/md5
\
crypto/sha1
\
datafmt
\
ebnf
\
exec
\
exvar
\
flag
\
fmt
\
go/parser
\
go/printer
\
go/scanner
\
gob
\
hash
/adler32
\
hash
/crc32
\
http
\
io
\
json
\
log
\
math
\
net
\
once
\
os
\
path
\
reflect
\
regexp
\
rpc
\
sort
\
strconv
\
strings
\
sync
\
tabwriter
\
template
\
testing
\
time
\
unicode
\
utf8
\
$
(
filter-out
$(NOTEST)
,
$(DIRS)
)
clean.dirs
:
$(addsuffix .clean
,
$(DIRS))
install.dirs
:
$(addsuffix .install
,
$(DIRS))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment