]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Fix qt-qmake test that failed
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 4 Oct 2013 15:51:15 +0000 (17:51 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 4 Oct 2013 15:51:15 +0000 (17:51 +0200)
The reason was recent removal of qt.files.

tests/qt-qmake
tests/qt-qmake.files [deleted symlink]

index ff684f5b1e63fd16780bab9f55e1831332203f1a..719c9e1785c23a5fc61f02bcddc58c0443b38a73 100755 (executable)
@@ -1,15 +1,6 @@
 #!/bin/bash
 
-[[ $OMK_RULES != linux ]] && exit 0
-
-. ./functions.sh
-
-touch config.omk-default
-QTDIR=/usr/share/qt4
-export QTDIR
-[ -d $QTDIR ] || canttest "Can't find QT4 instalation"
-
 QMAKE=qmake-qt4
 export QMAKE
 
-. ./test.inc
+. qt
diff --git a/tests/qt-qmake.files b/tests/qt-qmake.files
deleted file mode 120000 (symlink)
index b19a45c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-qt.files
\ No newline at end of file