diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Makefile | 2 | ||||
-rwxr-xr-x | src/run.bash | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Makefile b/src/lib/Makefile index 0bdaf709e..75fcff87e 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -43,6 +43,8 @@ TEST=\ bignum\ bufio\ exec\ + flag\ + log\ once\ sort\ strings\ diff --git a/src/run.bash b/src/run.bash index 73b2ef83f..221a21f14 100755 --- a/src/run.bash +++ b/src/run.bash @@ -24,6 +24,7 @@ maketest() { } maketest \ + lib/container\ lib/fmt\ lib/go\ lib/hash\ @@ -37,6 +38,7 @@ maketest \ lib/strconv\ lib/tabwriter\ lib/time\ + lib/unicode\ # all of these are subtly different # from what maketest does. |