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
1a19cb8e
Commit
1a19cb8e
authored
Dec 04, 2008
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make run.bash run all the current tests.
R=r,rsc DELTA=8 (8 added, 0 deleted, 0 changed) OCL=20468 CL=20473
parent
bf3dd3f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Makefile
src/lib/Makefile
+4
-0
run.bash
src/run.bash
+4
-0
No files found.
src/lib/Makefile
View file @
1a19cb8e
...
...
@@ -34,6 +34,10 @@ FILES=\
utf8
\
TEST
=
\
bignum
\
bufio
\
sort
\
strings
\
utf8
\
clean.dirs
:
$(addsuffix .dirclean
,
$(DIRS))
...
...
src/run.bash
View file @
1a19cb8e
...
...
@@ -24,10 +24,14 @@ maketest() {
}
maketest
\
lib/fmt
\
lib/hash
\
lib/math
\
lib/reflect
\
lib/regexp
\
lib/strconv
\
lib/tabwriter
\
lib/time
\
# all of these are subtly different
# from what maketest does.
...
...
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