X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/blobdiff_plain/1618b906f5eacf544bc01e7a79655cebda862561..91b0fc634c85bf80db946848612a8eeffa76e261:/tests/qt/runtest diff --git a/tests/qt/runtest b/tests/qt/runtest index 4543537..96bf360 100755 --- a/tests/qt/runtest +++ b/tests/qt/runtest @@ -9,10 +9,18 @@ export QTDIR cp Makefile1.omk Makefile.omk make || error "QT compilation" -[ -x qtapp/qtapp ] || error "QT application was not compiled" +[ -x _compiled/bin/qtapp ] || error "QT application was not compiled" -make distclean || error "QT distclean" +make clean || error "QT clean 1" cp Makefile2.omk Makefile.omk make || error "QT Compilation in subdir" -[ -x qtapp/qtapp ] || error "QT application was not compiled" +[ -x _compiled/bin/qtapp ] || error "QT application was not compiled" + +make clean || error "QT clean 2" + +cp Makefile3.omk Makefile.omk +make || error "QT_PROJECT test " +[ -x _compiled/bin/qtapp ] || error "QT application was not compiled" + +make clean || error "QT clean 3"