semi-functional prototype

This commit is contained in:
eanderton
2014-09-03 21:33:25 -04:00
parent fb5423fba2
commit 9942463786
6 changed files with 1334 additions and 0 deletions
+3
View File
@@ -21,8 +21,11 @@ go build -o toml-test github.com/BurntSushi/toml-test
mkdir -p src/github.com/pelletier/go-toml/cmd
cp *.go *.toml src/github.com/pelletier/go-toml
cp cmd/*.go src/github.com/pelletier/go-toml/cmd
mkdir -p src/github.com/pelletier/go-toml/jpath
cp jpath/*.go src/github.com/pelletier/go-toml/jpath
go build -o test_program_bin src/github.com/pelletier/go-toml/cmd/test_program.go
# Run basic unit tests and then the BurntSushi test suite
go test -v github.com/pelletier/go-toml/jpath
go test -v github.com/pelletier/go-toml
./toml-test ./test_program_bin | tee test_out