swauth/.unittests
Ondřej Nový 866a61fa9f Rename of "test_swauth" to "test" fix
Change-Id: I3ab7cf9bd1128cc2bd7c22536bafcd60d5955cd6
2015-12-13 15:40:57 +01:00

5 lines
108 B
Bash
Executable File

#!/bin/bash
nosetests test/unit --exe --with-coverage --cover-package swauth --cover-erase
rm -f .coverage