Fix: Let Jenkins script call unitttest. Added link to examles.
authorpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 7 Sep 2017 06:19:29 +0000 (08:19 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 7 Sep 2017 06:19:29 +0000 (08:19 +0200)
Signed-off-by: Manuel Peuster <manuel@peuster.de>
examples [new symlink]
utils/ci/jenkins_entrypoint.sh

diff --git a/examples b/examples
new file mode 120000 (symlink)
index 0000000..0253dc6
--- /dev/null
+++ b/examples
@@ -0,0 +1 @@
+src/emuvim/examples
\ No newline at end of file
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