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:
parent
18027e12e6
commit
7c3214a0ac
@ -25,4 +25,6 @@ before_script:
|
|||||||
- export DPDK_DIR=$PWD/usr/local/share/dpdk/x86_64-native-linuxapp-$CC
|
- export DPDK_DIR=$PWD/usr/local/share/dpdk/x86_64-native-linuxapp-$CC
|
||||||
- popd
|
- popd
|
||||||
|
|
||||||
script: ./unittest.sh
|
script:
|
||||||
|
- make CONFIG_WERROR=y
|
||||||
|
- ./unittest.sh
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
make CONFIG_WERROR=y
|
|
||||||
|
|
||||||
$valgrind test/lib/nvme/unit/nvme_c/nvme_ut
|
$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_c/nvme_ctrlr_ut
|
||||||
$valgrind test/lib/nvme/unit/nvme_ctrlr_cmd_c/nvme_ctrlr_cmd_ut
|
$valgrind test/lib/nvme/unit/nvme_ctrlr_cmd_c/nvme_ctrlr_cmd_ut
|
||||||
|
Loading…
Reference in New Issue
Block a user