blob: ab6ece3611c5f7f544be1a237955ce752b3c2212 [file] [log] [blame]
cgeoffroyf5a91692016-03-07 18:31:58 +01001#! /bin/bash -e
2set -x
3
4# Go to the 'root' directory
5SCRIPT_DIR=$(dirname $(readlink -f $0))
6BASE_DIR=$(readlink -f "${SCRIPT_DIR}/../..")
7cd ${BASE_DIR}
8
9# Remove old test output
10rm -rf utils/ci/junit-xml/*
11
12# Launch the unit testing on emuvim
13py.test -v --junit-xml=utils/ci/junit-xml/pytest_emuvim.xml src/emuvim