]> rtime.felk.cvut.cz Git - omk.git/blob - tests/qt
test: Add check for cygpath command which is needed for testing keil16x rules
[omk.git] / tests / qt
1 #!/bin/bash
2
3 [[ $OMK_RULES != linux ]] && exit 0
4
5 . ./functions.sh
6
7 touch config.omk-default
8 QTDIR=/usr/share/qt4
9 export QTDIR
10 [ -d $QTDIR ] || canttest "Can't find QT4 instalation"
11
12 . ./test.inc