aboutsummaryrefslogtreecommitdiff
path: root/scripts/travis.sh
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-02-27 18:31:45 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-27 18:31:45 -0300
commitfd448123aa747dae519f03cc6625f331746718bc (patch)
tree73a32985968af36de6f00e807de341d466e786f0 /scripts/travis.sh
parentd04ca90f5c3aca60641b2ee63931d66f593bbbd3 (diff)
downloadrneovim-fd448123aa747dae519f03cc6625f331746718bc.tar.gz
rneovim-fd448123aa747dae519f03cc6625f331746718bc.tar.bz2
rneovim-fd448123aa747dae519f03cc6625f331746718bc.zip
Add more example unit tests and run with travis
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-xscripts/travis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh
index 260eb3eefe..16dd5686c3 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -3,6 +3,7 @@
export VALGRIND_CHECK=1
make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"
make
+make unittest
echo "Running tests with valgrind..."
if ! make test > /dev/null; then
if ls src/testdir/valgrind.* > /dev/null 2>&1; then