Add BurntSushi's test suite

This commit is contained in:
Thomas Pelletier
2013-12-10 14:43:27 +01:00
parent 2ba6587bf3
commit 40a44dc51f
3 changed files with 27 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
go get github.com/BurntSushi/toml-test # install test suite
go get github.com/BurntSushi/toml/toml-test-go # install my parser
go build -o test_program_bin github.com/pelletier/go-toml/test_program
$GOPATH/bin/toml-test ./test_program_bin # run tests on my parser