Fix: Let Jenkins script call unitttest. Added link to examles.
[osm/vim-emu.git] / utils / ci / jenkins_entrypoint.sh
index 2013db9..a4fd011 100755 (executable)
@@ -38,6 +38,7 @@ echo "Running son-emu unit tests to validate installation"
 cd $SON_EMU_DIR
 python setup.py develop
 
-
+# run the unit tests
+py.test -v src/emuvim/test/unittests