diff options
-rwxr-xr-x | src/lib/bignum.go (renamed from usr/gri/bignum/bignum.go) | 0 | ||||
-rwxr-xr-x | src/lib/make.bash | 1 | ||||
-rw-r--r-- | test/bignum_test.go (renamed from usr/gri/bignum/bignum_test.go) | 2 |
3 files changed, 3 insertions, 0 deletions
diff --git a/usr/gri/bignum/bignum.go b/src/lib/bignum.go index 3670c3705..3670c3705 100755 --- a/usr/gri/bignum/bignum.go +++ b/src/lib/bignum.go diff --git a/src/lib/make.bash b/src/lib/make.bash index e6e1e1895..7ea186192 100755 --- a/src/lib/make.bash +++ b/src/lib/make.bash @@ -35,6 +35,7 @@ for i in \ io.go\ bufio.go\ once.go\ + bignum.go\ do base=$(basename $i .go) diff --git a/usr/gri/bignum/bignum_test.go b/test/bignum_test.go index f277bb941..3b80a309c 100644 --- a/usr/gri/bignum/bignum_test.go +++ b/test/bignum_test.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// $G $D/$F.go && $L $F.$A && ./$A.out + package main import Big "bignum" |