#!/bin/sh

export RTAGS_BINARY_DIR=/usr/bin
pytest-3 -svvv tests/automated/
emacs --batch --load=tests/lisp/rtags-test.el --funcall=ert-run-tests-batch-and-exit
