Skip to content

Commit

Permalink
use make test on travis and document in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Sep 3, 2015
1 parent 529cb45 commit d1830b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: cpp
# command to install dependencies
script: ./autogen.sh && ./configure && make check && ./test-program
script: ./autogen.sh && ./configure && make test
before_script:
- ./utils/build_gtest.sh
sudo: false
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -11,4 +11,4 @@

1. build vendorized gtest: `./utils/build_gtest.sh`
2. build restclient-cpp: `./autogen.sh && ./configure && make check`
3. run the unit test suite: `./test-program`
3. run the unit test suite: `make test`

0 comments on commit d1830b3

Please sign in to comment.