github.com/jduhamel/gcli@v0.2.4-0.20151019142748-0d5307cd7e21/tests/README.md (about)

     1  # Functional Tests
     2  
     3  In this test, latest `gcli` binary is executed and check the generated codes. The followings are tested,
     4  
     5  - The codes are `go build`-able
     6  - The codes pass `go test` & `go vet`
     7  - Create binary from the generated codes and check outputs
     8  
     9  ## Usage
    10  
    11  To run test, 
    12  
    13  ```bash
    14  $ cd $GOPATH/src/github.com/tcnksm/gcli
    15  $ make  test-functional
    16  ```