Skip to content

Commit

Permalink
Run the correct test command.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpearce committed Jun 1, 2017
1 parent 84aca55 commit 3d5573e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Expand Up @@ -10,8 +10,13 @@ compiler:
- clang
- gcc
script:
- mkdir build && cd build
- cmake -DENABLE_TESTS=1 ..
- mkdir build
- pushd build
- cmake -DCMAKE_INSTALL_PREFIX=$HOME/xrootd -DENABLE_TESTS=1 ..
- make
- make test
- make install
- popd
after_script:
- pushd build
- ./tests/common/text-runner ./tests/XrdClTests/libXrdClTests.so 'All Tests'
- popd

0 comments on commit 3d5573e

Please sign in to comment.