Added unit test run to windows deployment.

This commit is contained in:
Matthias Koefferlein 2017-08-10 00:17:00 +02:00
parent 4dea5b40f2
commit 0afd1bb9a8
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ touch src/klayout_main/version.h
rm -rf $target
./build.sh -python $python -ruby $ruby -bin $target -build $build -j2
TESTSRC=. TESTTMP=$build/testtmp $bin/ut_runner -a >$build/ut_runner.xml
if ! [ -e $target ]; then
echo "ERROR: Target directory $target not found"
exit 1