unittest.sh: move 'make' command into .travis.yml

The unittest.sh script now assumes that the build has already completed
before it is run.

Change-Id: I814b7bf462e8596986b80fe31a93c26c82db7d57
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-01-24 15:46:33 -07:00
parent 18027e12e6
commit 7c3214a0ac
2 changed files with 3 additions and 3 deletions

View File

@ -25,4 +25,6 @@ before_script:
- export DPDK_DIR=$PWD/usr/local/share/dpdk/x86_64-native-linuxapp-$CC
- popd
script: ./unittest.sh
script:
- make CONFIG_WERROR=y
- ./unittest.sh

View File

@ -5,8 +5,6 @@
set -xe
make CONFIG_WERROR=y
$valgrind test/lib/nvme/unit/nvme_c/nvme_ut
$valgrind test/lib/nvme/unit/nvme_ctrlr_c/nvme_ctrlr_ut
$valgrind test/lib/nvme/unit/nvme_ctrlr_cmd_c/nvme_ctrlr_cmd_ut